Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XMPP - Retrieve last n messages from chat room

Anyone know if there is a way to query the last n messages in a muc in xmpp (specifically ejabberd) without joining the room.

Thanks.

like image 720
fturtle Avatar asked Nov 13 '22 20:11

fturtle


1 Answers

No, not without modifications to the server software.

If you do actually join, you can specify the amount of history you want with the <history/> element, see Managing Discussion History in XEP 45.

like image 137
Zash Avatar answered Dec 21 '22 09:12

Zash