Monitoring Service Plugin c#

Hi all,

I am trying to create a chat sw with c# and I need to get conversation history from openfire. I am using the Monitoring Service Plugin and it’s working fine. My question is: How can access the archived messages of this plugin with c#? Or, what is the path in the service that the plugin uses to save this messages?

Tks

The Monitoring plugin implements the specification for message archiving as defined in XEP-0313 Message Archiving. Your software can use the functionality described in that specification to manage the message archive.