How to catch invisible friends on GTalk
1–10 of 32 posts
Re: How to catch invisible friends on GTalk
#2Re: How to catch invisible friends on GTalk
#3Re: How to catch invisible friends on GTalk
#4If they appear offline, but you don't see a response message that says " is offline and can't receive messages right now.", then they're invisible.
(Only checked this in the desktop Google Talk client and the Gmail chat version)
Re: How to catch invisible friends on GTalk
#5Re: How to catch invisible friends on GTalk
#6This will have false-positives for people that genuinely have logged off (which gives the same stanza).
Another way to potentially check whether someone's online or not is to send a caps discovery request (ie. ask their client what XMPP extensions it support). If it replies, they're obviously online (haven't tested this, some clients may in fact be shrewd enough to ignore such requests when set to invisible).
Re: How to catch invisible friends on GTalk
#7Python to English translation: you'll still get presence information about the invisible person when you log in, just the presence status will be 'unavailable' (aka. offline). This will have false-positives for people that genuinely have logged off (which gives the same stanza). Another way to potentially check whether someone's online or not is to send a caps discovery request (ie. ask their client what XMPP extensi…
Re: How to catch invisible friends on GTalk
#8Re: How to catch invisible friends on GTalk
#9As an exploit demonstration, this is at least noteworthy, maybe even interesting. Actually using it is a bit rude though; people set themselves invisible because they want privacy.
Re: How to catch invisible friends on GTalk
#10A quick-and-dirty way to check if any given person is invisible is to just click on their name and send a message. If they appear offline, but you don't see a response message that says " is offline and can't receive messages right now. ", then they're invisible. (Only checked this in the desktop Google Talk client and the Gmail chat version)