Reputation: 564
I am using Strophe js for ejabberd chat application. how to
get last message of all user who all rostered with logged in user.
Upvotes: 0
Views: 531
Reputation: 4120
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
Upvotes: 1