xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.18k stars 371 forks source link

Is there a way to opt out from stream management? #940

Closed fjwong closed 2 years ago

fjwong commented 2 years ago

Hello, we are trying to migrate our application to use xmpp.js at the moment.

Unfortunately, it appears stream management is not working properly on our XMPP server and we would like to disable it in the meantime until this is fixed server-side.

Is there some way to easily disable stream management in xmpp.js?