Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个朋友列表,该列表在用户登录时填充,但在加载离线朋友时遇到问题。该OnPresence事件似乎只针对在线朋友。我做错了什么还是设计使然?如果是设计使然,是否有一些解决方法?谢谢。
OnPresence
您通过 OnRosterItem 事件获得您的联系人列表。此事件为每个联系人触发一次。
默认情况下,将所有联系人视为离线。对于所有在线联系人,您将获得 OnPresence 事件。