simple-xmpp / node-simple-xmpp

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

xmpp ping response added. #55

Closed Mo33n closed 9 years ago

Mo33n commented 9 years ago

Xmpp server, like openFire, send ping request to every client after a defined interval. Ever buddy (client) has to respond to that ping response to tell the xmpp server that the client is alive. other wise server will close the connection to that client. I have added the code in the simple Xmpp file to respond to that ping. (ping - pong)

silverbucket commented 9 years ago

Looks great, thanks @Mo33n, will push out a new release soon.