[Standards-JIG] UPDATED: JEP-0124 (HTTP Binding)

Stefan Strigler steve at zeank.in-berlin.de
Thu Jun 2 15:45:55 CDT 2005


Am Donnerstag, den 02.06.2005, 15:16 -0500 schrieb JEP Editor:
> Version 1.1 of JEP-0124 (HTTP Binding) has been released.
> 
> Abstract: This JEP defines a binding of Jabber/XMPP communications to a transport layer of HTTP rather than TCP.
> 
> Changelog: Specified optional use of HTTP Accept-Encoding and Content-Encoding headers for compression at HTTP binding level. (ip)
> 
> URL: http://www.jabber.org/jeps/jep-0124.html

Don't know if it's the right place here and now but as I'm still
implementing it as a standalone component (acting like a proxy). 

There is no way to tell which port to connect to at session
establishment. Second there's no way to tell whether to use SSL.

therefor my proposal to change values of the 'to' attribute in session
creation request to sth. like: 

<body to="xmpp://jabber.org:5222"...> for non-ssl connections and
<body to="xmpps://jabber.org:5223"...> for SSL-enabled connections.

Cheers, Steve




More information about the Standards-JIG mailing list