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.
我正在使用 PacketListener 接收 XMPP 数据包。
如果我收到以下信息:
<presence from="jeanne@belle.com" to="betty@belle.com" type="subscribe"/>
XMPP 服务器是否希望我立即响应?
您不需要立即回复,甚至不需要在给定的会话中回复;服务器存储您有待处理的入站订阅的事实,并且每次登录时都会重新通知您待处理的订阅。因此,也不需要请求列表。