0

I am using Strophe js for ejabberd chat application. how to

get last message of all user who all rostered with logged in user.

Prashanth v
  • 202
  • 3
  • 15

1 Answers1

1

If you have mod_mam enabled and properly configured, it can store all the messages of all the users, and later you can request them, following https://xmpp.org/extensions/xep-0313.html

Badlop
  • 3,840
  • 1
  • 8
  • 9