reactnative-xmpp icon indicating copy to clipboard operation
reactnative-xmpp copied to clipboard

XMPP module for React Native

Results 11 reactnative-xmpp issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey , i want to know, is this possible to connect ejabberd server ? if yes what i need to change?

Hi, is possbile to create a demo for using this library? Thanks

'socket-0', 'received', 'connect' { hadError: false, id: 0 } 'socket-0', 'received', 'close'

Hi i tried using the module with create react native cli but it didn't work.

After xmpp.Client(conf); error/close/ready function nothing called. Getting "Sending 'connect' with no listeners registered and close with no listeners registered warnings. Same code working in Android with out any issues, iOS...

1. Added message id. 2. History since given seconds. 3. Stopped auto-reconnect (because that was not working properly). 4. Added disconnect method. 5. Changed few events.