【发布时间】:2014-01-18 03:17:50
【问题描述】:
我正在使用Openfire 3.8.2 并已安装监控插件并启用存档以进行一对一聊天。
现在我可以在服务器端查看存档聊天,但是当我通过一个节时,我收到了feature not implemented
请求
<iq type='get' id='334'>
<list xmlns='urn:xmpp:archive'
with='user4@mydomain.com'>
<set xmlns='http://jabber.org/protocol/rsm'>
<max>30</max>
</set>
</list>
</iq>
回应
<iq type="error" id="334" to="user1@mydomain.com/458">
<error type="cancel" code="501">
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</iq>
谁能告诉我我在这里缺少什么?我已经探索了 stackoverflow 上的所有线程,但没有找到任何解决方案。
我在 openfire 系统属性中设置了以下属性,但仍然没有出现同样的错误
conversation.idleTime 10
conversation.maxAge 0
conversation.maxRetrievable 100
conversation.maxTime 60
conversation.messageArchiving true
conversation.metadataArchiving true
conversation.roomArchiving true
【问题讨论】: