simple-xmpp/node-simple-xmpp

Problems with xmpp.probe.

Opened this issue · 0 comments

Hi! i'm trying to get status of my friend.

xmpp.probe(hisJid, function(state) { console.log(state); });

It does not returns anything if JID is offline :(
If it is online it returns 'online' and with other statuses the same, but offliine...