【发布时间】:2019-02-05 12:49:46
【问题描述】:
我正在尝试从 ejabberd 中删除消息,但收到错误消息。
<iq xmlns="jabber:client" to="my id" from="other user id" type="error" id="8A056958-DE72-4234-8440-928E8D650948"><remove xmlns="urn:xmpp:archive" with="other user id" start="2018-08-30T10:40:00Z"/><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">No module is handling this query</text></error></iq>
请帮忙。
【问题讨论】:
-
您从哪里得知这是可能的?你是怎么尝试的?
-
请查看链接:xmpp.org/extensions/attic/xep-0136-1.0.html 7.3 删除集合示例 43. 删除单个集合
标签: xmpp ejabberd xmppframework ejabberd-module