如何检测 Strope.js 断开连接的会话?

发布于 2024-12-14 15:52:05 字数 87 浏览 2 评论 0原文

假设聊天对话时间较长,Jabber 聊天客户端之间的连接可能最终会断开。

如何检测来自基于 Strope.js 的 jabber 客户端的连接?

Assuming long chat conversations, the connection between Jabber chat clients is likely to get disconnected eventually.

How does one go about detecting that a connection from a Strophe.js based jabber client?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

時窥 2024-12-21 15:52:05

Strope 通过事件管理连接状态变化。似乎没有简单的方法来查询给定连接的状态,但跟踪它相当简单。

Strope.Connection 上的“连接”消息采用一个函数,然后在任何连接状态更改时都会调用该函数。跟踪该功能内的当前状态。

Strophe manages connection status changes through events. There appears to be no easy way to query the status of a given connection, but it's fairly straight forward to keep track of it.

The "connect" message on a Strophe.Connection takes a function, which will then be called on any connection status change. Keep track of current status within that function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文