xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.2k stars 374 forks source link

Message receive event not found #852

Closed akramkhan1102 closed 4 years ago

akramkhan1102 commented 4 years ago

I can send messsage succefully but no such event was found so that I can receive the message

sonnyp commented 4 years ago

Do you send presence? If not; you won't receive message.

See https://github.com/xmppjs/xmpp.js/blob/master/packages/client/example.js

Closing as unrelated to xmpp.js

akramkhan1102 commented 4 years ago

Got it, Thank you @sonnyp