How To Retrieve Chat History With Android Smack Client
I'm developing a chatting application where we have deployed the eJabberd on server and using smack library client for android. Now the problem is i was not able to get the previou
Solution 1:
Chat history (latest x messages) are retrieved as defined in XEP-0045 Multi-User Chat. Message Archive are retrieved as defined in XEP-0313 Message Archive Management. Use one of those specifications.
Post a Comment for "How To Retrieve Chat History With Android Smack Client"