xmppo / node-xmpp-bosh

An XMPP BOSH & WebSocket server (connection manager) written on node.js using Javascript
https://github.com/xmppo/node-xmpp-bosh
263 stars 85 forks source link

xmlns:stream in <body/> #17

Closed vinnitu closed 12 years ago

vinnitu commented 12 years ago

HI

As I see in http://xmpp.org/extensions/xep-0206.html (2. Wrapper Element) first point says:

If the BOSH wrapper is not empty, then it SHOULD contain one of the following:

but we have:

DIGEST-MD5/stream:features

without xmlns:stream in body and one of our client failed to pasre xml :(

or I missing somethig?...

Thx