simple-xmpp / node-simple-xmpp

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

Fixed IQ Ping Response #61

Closed vittee closed 8 years ago

vittee commented 8 years ago

Removed check for stanza.children[0].name == 'query'

silverbucket commented 8 years ago

thanks @vittee !