service unavailable error in openfire message archive management

杀马特。学长 韩版系。学妹 提交于 2019-12-02 11:16:27

openfire do not support urn:xmpp:mam:2 you have to use urn:xmpp:mam:1 instead. you have to change it in XMPPMessageArchiveManagemnt class. just go to XMPPMessageArchiveManagement class .in line of 20 it said /** 'urn:xmpp:mam:2' */ extern NSString *const XMLNS_XMPP_MAM;. just hold command and click on XMLNS_XMPP_MAM after that change urn:xmpp:mam:2 to urn:xmpp:mam:1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!