Naresh Gunda
Naresh Gunda

Reputation: 332

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 previous chat history to show. Please help me out in getting the chat history.

Upvotes: 1

Views: 2384

Answers (1)

Mickaël Rémond
Mickaël Rémond

Reputation: 9055

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.

Upvotes: 1

Related Questions