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.
假设长时间聊天对话,Jabber 聊天客户端之间的连接最终可能会断开。
如何检测来自基于 Strophe.js 的 jabber 客户端的连接?
Strophe 通过事件管理连接状态的变化。似乎没有简单的方法来查询给定连接的状态,但跟踪它是相当直接的。
Strophe.Connection 上的“连接”消息采用一个函数,然后在任何连接状态更改时调用该函数。跟踪该功能中的当前状态。