xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.19k stars 375 forks source link

XMPP Client that connects and works with Ejabberd #901

Closed armor009 closed 3 years ago

armor009 commented 3 years ago

Is your feature request related to a problem? Please describe. Not sure if the XMPP connects and works with Ejabberd and its releases. If it is able to, it will be a major shot in the arm and help in building ReactJS and React Native (with Expo Go) client apps. This will increase the popularity of this project even further.

Describe the solution you'd like XMPP client to connect and work with Ejabberd and its releases Compatibility with ReactJS and React Native (with Expo Go).

Additional context Protocols Supported by ejabberd: https://www.process-one.net/en/ejabberd/protocols/

sonnyp commented 3 years ago

xmpp.js works fine with ejabberd.

armor009 commented 3 years ago

But does it support all protocols?

sonnyp commented 3 years ago

This is what xmpp.js implements https://github.com/xmppjs/xmpp.js/blob/master/protocols.md out of the box.