How can I detect if a yahoo user is online or offline? I got connected to the yahoo server but I dont know what kind of packet to send to yahoo and then where in the received packet I can find the information about the user?
Thank you.
How can I detect if a yahoo user is online or offline? I got connected to the yahoo server but I dont know what kind of packet to send to yahoo and then where in the received packet I can find the information about the user?
Thank you.
For detecting user online offline status programatically, i dont have any idea. But I can suggest a way out, if you can do it programmatically. We detect user by the chat environment in yahoo. If your partner is appearing offline, then from chat window we try to load environment. If environment gets loaded 100% on the other end then the user is in invisible mode else he is really offline.
You may want to try using libyahoo2 (or reading the source), they also have partial YMSG9 protocol documentation which may be insightful.