是否需要发送“不可用”与 XMPP 服务器断开连接时输入存在?

发布于 2024-12-03 18:44:36 字数 1436 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

旧话新听 2024-12-10 18:44:37

这不是必需的,但它被认为是良好的做法,因为理论上,当您无法联系时,您可以发送有趣的信息,例如您预计会离开多长时间。实际上,这几乎不会产生任何影响。

请记住,一致的服务器将发送您不可用的状态(无论是自动发送,还是当您通过发送 type='unavailable' 请求时),它将发送给您的所有订阅者(订阅='both' 或 'from') ,以及您指定的每个 JID。例如,这对于确保您退出已加入的所有聊天室(通过向他们发送状态)至关重要。

It's not required, but it is considered good practice, since in theory, you can send interesting information when you go unavailable, like how long you expect to be gone. In practice, it almost never makes a difference.

Keep in mind that a conformant server will send your unavailable presence (whether automatically, or when you ask it to by sending type='unavailable'), it will go to all of your subscribers (subscription='both' or 'from'), as well as every JID you have directed presence to. This is crucial to ensure that you get dropped out of all of the chat rooms you have joined (by sending them presence), for example.

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