simple-xmpp / node-simple-xmpp

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

Problems with xmpp.probe. #93

Open methaqualon opened 3 years ago

methaqualon commented 3 years ago

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...