Prashanth v
Prashanth v

Reputation: 564

Strophe js how to get last message of all user in rostered users

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

Answers (1)

Badlop
Badlop

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

Related Questions