how to retrieve archived messages from openfire using smack api in java?

Viewed 526

Getting Archived Messages

I don't know how to retrieve the archived messages , i have used monitoring Service plugin which combines Open Archive .I can see the archived messages in the OpenFire GUI.


I googled about it and got to know that smack doesn't provide the facility and i have to create a custom stanza to communicate with open-fire. I don't know how to create Custom Stanza using java and how to comprehend the reply... plz help

1 Answers
Related