如何知道AgsXMPP中用户何时离线?
我目前正在尝试使用 agsXMPP 库, 我将用户添加到 OnPresence 事件的树节点中。 它工作得很好,但是当其他用户离线时我想更新树节点, 为此,我需要他的离线状态,当聊天好友离线时我如何获得结果?
I am currently trying with agsXMPP library ,
i added users to a treenode on OnPresence event.
its works well, but when the other user goes offline i want to update the tree node,
for that i need his Offline Presence ,How i get result when a chat buddy goes offline ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当好友离线时,您会收到类型为不可用的 OnPresence 事件。
When a buddy goes offline you get a OnPresence event with the Type of unavailable.