Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Support Telnet clients in STOMP 1.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hiram Chirino  
View profile  
 More options Sep 11 2012, 11:02 am
From: Hiram Chirino <hi...@hiramchirino.com>
Date: Tue, 11 Sep 2012 11:02:42 -0400
Local: Tues, Sep 11 2012 11:02 am
Subject: Support Telnet clients in STOMP 1.2

I propose that STOMP 1.2 also support being access via telnet on systems
where hitting Enter generates a \r\n pair (like windows).
Right now the way the 1.1 spec is written, telnet access is supported but
only on systems where hitting enter generates a \n.

I think we can support this by updating the grammer so that:

LF                  = [<US-ASCII carriage return (octet 13)>]
<US-ASCII new line (line feed) (octet 10)>

And adding the escape \r to the value encoding section.

What do you guys think?

--

**

*Hiram Chirino*

*Software Fellow | FuseSource Corp.*

*chir...@fusesource.com | fusesource.com*

*skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino>
*

*blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>*

*
*

*
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lionel Cons  
View profile  
 More options Sep 12 2012, 2:19 am
From: Lionel Cons <lionel.c...@cern.ch>
Date: Wed, 12 Sep 2012 08:19:43 +0200
Local: Wed, Sep 12 2012 2:19 am
Subject: Re: Support Telnet clients in STOMP 1.2

Hiram Chirino <hi...@hiramchirino.com> writes:
> I propose that STOMP 1.2 also support being access via telnet on
> systems where hitting Enter generates a \r\n pair (like windows).

This would also make STOMP a bit closer to other "text protocols" such
as HTTP or SMTP that require CR LF to terminate lines.

> LF = [<US-ASCII carriage return (octet 13)>] <US-ASCII new line (line feed) (octet 10)>

I would prefer to keep the usual meaning of LF in BNF and use:

LF  = <US-ASCII new line (line feed) (octet 10)>
CR  = <US-ASCII carriage return (octet 13)>
EOL = [CR] LF

And then use EOL instead of LF for the rest.

> And adding the escape \r to the value encoding section.

Indeed, this would be needed.

> What do you guys think?

Looks good to me.

Cheers,

Lionel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hiram Chirino  
View profile  
 More options Sep 12 2012, 8:14 am
From: Hiram Chirino <hi...@hiramchirino.com>
Date: Wed, 12 Sep 2012 08:14:37 -0400
Local: Wed, Sep 12 2012 8:14 am
Subject: Re: Support Telnet clients in STOMP 1.2

On Wed, Sep 12, 2012 at 2:19 AM, Lionel Cons <lionel.c...@cern.ch> wrote:
> I would prefer to keep the usual meaning of LF in BNF and use:

> LF  = <US-ASCII new line (line feed) (octet 10)>
> CR  = <US-ASCII carriage return (octet 13)>
> EOL = [CR] LF

> And then use EOL instead of LF for the rest.

Yep that looks better.  I'll make the updates today.

--

**

*Hiram Chirino*

*Software Fellow | FuseSource Corp.*

*chir...@fusesource.com | fusesource.com*

*skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino>
*

*blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>*

*
*

*
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gmallard  
View profile  
 More options Sep 15 2012, 12:36 pm
From: gmallard <allard.gu...@gmail.com>
Date: Sat, 15 Sep 2012 09:36:52 -0700 (PDT)
Local: Sat, Sep 15 2012 12:36 pm
Subject: Re: Support Telnet clients in STOMP 1.2

Macs/OSX ??

That is environment uses CR only doesn't it?

Juts thinking ..........


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hiram Chirino  
View profile  
 More options Sep 15 2012, 7:44 pm
From: Hiram Chirino <hi...@hiramchirino.com>
Date: Sat, 15 Sep 2012 19:44:52 -0400
Local: Sat, Sep 15 2012 7:44 pm
Subject: Re: Support Telnet clients in STOMP 1.2

Think my OS X does NL on enter.

--

**

*Hiram Chirino*

*Engineering | Red Hat, Inc.*

*hchir...@redhat.com <hchir...@redhat.com> | fusesource.com | redhat.com*

*skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino>
*

*blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »