simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Chat automatically gets shut down #88

Open SethiShivam opened 4 years ago

SethiShivam commented 4 years ago

I am trying to create a demo of client - client communication via xmpp server using node-simple-xmpp module.

But i am facing some issues. whenever i start chat session to send and receive messages, It automatically gets shutdown. I tried to follow the PR57 and it worked for me but only for the interval i am setting inside that and not looking appropriate solution for the app as we have to launch app in production for our customers.

Could you please help me to fix that .

Regards Sethi Shivam