Retrieving archive messages using openfire monitoring plugin

后端 未结 1 1688
春和景丽
春和景丽 2020-12-30 11:22

I use XMPP with openfire server for my website im. I\'ve enabled monitoring service plugin, so I can archive messages.

When I send an iq stanza to retrieve a collect

相关标签:
1条回答
  • 2020-12-30 12:12

    Your stanza is correct. But the plugin seems not working.

    Openfire Monitoring plugin isn't designed for message archiving. The main purpose of this plugin is for traffic statistic logging & monitoring.

    You can take a look on Monitoring Plugin readme page. Message archiving has just added in version 1.3. The message are saved but it's just for logging & monitoring purpose.

    I've tried this plugin too & I can't retrieve message history by this plugin.

    As a solution, you can install OpenArchive plugin rather than Openfire Monitoring plugin. This plugin is specified for message archiving & retrieval.

    I've install OpenArchive 1.6 & it works for me.

    My reference: http://community.igniterealtime.org/message/227791#227791

    0 讨论(0)
提交回复
热议问题