检测 Yahoo 的用户可见性
如何检测 yahoo 用户是否在线或离线?我已连接到雅虎服务器,但我不知道要发送到雅虎什么样的数据包,然后在收到的数据包中我可以在哪里找到有关用户的信息?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想尝试使用 libyahoo2 (或阅读源代码),他们也有 部分 YMSG9 协议文档,可能很有洞察力。
You may want to try using libyahoo2 (or reading the source), they also have partial YMSG9 protocol documentation which may be insightful.
对于以编程方式检测用户在线离线状态,我不知道。但如果你能以编程方式完成的话,我可以建议一种出路。
我们通过雅虎中的聊天环境来检测用户。如果您的合作伙伴显示为离线,那么我们会尝试从聊天窗口加载环境。如果环境在另一端加载 100%,则用户处于隐形模式,否则他实际上处于离线状态。
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.