Ejabberd Stanza 执行顺序(组合在一起)

发布于 2024-12-03 13:03:27 字数 475 浏览 1 评论 0原文

我试图找出 XMPP 节的执行顺序,我正在使用 Strope + Ejabberd,如果我发送这样的请求。

<body rid='someRID' xmlns='http://jabber.org/protocol/httpbind' sid='someSID'>
    <message to='someUser@someDomain' type='chat' xmlns='jabber:client'>
           <body>123</body>
    </message>
    <presence type='unavailable' xmlns='jabber:client' />
</body>

Presence 节始终先执行,然后再执行 message 节。有没有办法指定顺序或类似的东西,以便首先执行消息节,然后执行存在。

谢谢

I am trying to find out the execution order of XMPP stanzas, I am using Strophe + Ejabberd and if I send a request like this.

<body rid='someRID' xmlns='http://jabber.org/protocol/httpbind' sid='someSID'>
    <message to='someUser@someDomain' type='chat' xmlns='jabber:client'>
           <body>123</body>
    </message>
    <presence type='unavailable' xmlns='jabber:client' />
</body>

Presence stanzas is always executed first and message stanza later. Is there a way to specify order or something like that so that Message stanza is executed first and Presence later.

Thanks

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

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

发布评论

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

评论(1

〃安静 2024-12-10 13:03:27

这是服务器中的一个错误。 RFC 6120,第 10.1 节 说:

XMPP 服务器必须确保按顺序处理节和
它通过给定输入流从
接收的其他 XML 元素
连接的客户端或远程服务器。

It's a bug in the server. RFC 6120, Section 10.1 says:

An XMPP server MUST ensure in-order processing of the stanzas and
other XML elements it receives over a given input stream from a
connected client or remote server.

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