XMPP - 从聊天室检索最后 n 条消息

发布于 2024-11-18 21:36:07 字数 82 浏览 2 评论 0原文

任何人都知道是否有一种方法可以在不加入房间的情况下查询 xmpp(特别是 ejabberd)中 muc 中的最后 n 条消息。

谢谢。

Anyone know if there is a way to query the last n messages in a muc in xmpp (specifically ejabberd) without joining the room.

Thanks.

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

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

发布评论

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

评论(2

不,不修改服务器软件就不行。

如果您确实加入,则可以使用 元素指定所需的历史记录量,请参阅 管理 XEP 45 中的讨论历史

No, not without modifications to the server software.

If you do actually join, you can specify the amount of history you want with the <history/> element, see Managing Discussion History in XEP 45.

慕烟庭风 2024-11-25 21:36:07

消息保存在每个聊天室进程内存中。
您必须修改代码才能以编程方式公开对该数据结构的访问。

Messages are kept in each chat room process memory.
You will have to modify the code to expose access to that data structure programmatically.

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