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

Use open/close tags #128

Closed BenV closed 7 years ago

BenV commented 8 years ago

I ran into issues trying to use node-xmpp-bosh along with current versions of Strophe.js that use open and close tags instead of the legacy stream ones. I noticed #117 resolved the issue, but has not been merged due to backward compatibility concerns. I expanded on that change to allow a configuration option to support legacy clients so that hopefully this can be merged. Thanks!