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.
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.