xmpp和facebook,无法获取清晰的在线用户列表
我使用此 代码 连接到 Facebook 聊天。当我尝试检索在线用户列表而不是用户名时,我得到负数,例如: [ email protected]
如何获取原始(字母)用户名?
I using this code to connect to facebook chat. When I try to retrieve list of online users instead of user name I get negative number for example: [email protected]
How can I get the original (Letters) user name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要查询用户 vcard-temp ,这将为您提供有关 所需的所有显示信息[电子邮件受保护]
You need to query for user vcard-temp and that shall give you all the display information you need about [email protected]
请求名册后,迭代所有元素并为每个人发送 vcard 请求。您将收到包含全名和图标的回复
After you request the roster, iterate through all the elements and send a vcard request for each person. You will get a response with the full name and icon