How to retrieve chat history from open fire in android
问题 I have a chat app in which I want to retrieve chat history between two users, I have a stanza for retrieving chat messages and that is... <iq type='get' id='pk1'> <list xmlns='urn:xmpp:archive' with='shrey27@sys1-pc'> <set xmlns='http://jabber.org/protocol/rsm'> <max>30</max> </set> </list> </iq> now, my problem is how can I fire this stanza to the server so that I can get the response.I have installed the message archiving plugin and messages are getting stored perfectly.any suggestions