2

I use Strophe library to connect to an OpenFire XMPP server.

How can I receive the chat room archive of messages ? I need to fetch messages based on start date and end date using strophe library.

Sreenivas K
  • 109
  • 1
  • 10

1 Answers1

1

I do not think Openfire does yet support Message Archive Management for MUC rooms yet. The code for MAM user archive support has been merged into Openfire in May, but I could not find any reference to support for MUC archiving.

Mickaël Rémond
  • 9,035
  • 1
  • 24
  • 44