monika0691 / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Connection lost with emite and ejabberd #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Emite is currently losting the connections when ejabberd is used a server.

The reason is that the continuation stanza has a whitespace, so instead of send:
<body sid="4d369b47" rid="4814126" xmlns="http://jabber.org/protocol/httpbind" 
/>
It sends:
<body sid="4d369b47" rid="4814126" xmlns="http://jabber.org/protocol/httpbind" 
> </body>
And that causes an error on ejabberd.

Someone wrote this code... Is that necessary? Please comment if so.

Original issue reported on code.google.com by danigb on 19 Aug 2010 at 1:54

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1588.

Original comment by danigb on 19 Aug 2010 at 1:55