1

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.

Naresh Gunda
  • 332
  • 1
  • 2
  • 12

1 Answers1

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.

Mickaël Rémond
  • 9,035
  • 1
  • 24
  • 44