Hi,
I am configured mod_archive_odbc (mysql)with jwchat. I can store the message in archive_messages table. How to retrieve the stored message history.
How to retrieve the message history
Submitted by edwindew on Thu, 2009-07-30 05:38



xep-0136 capable client
For any looking for xep-0136 capable client - vacuum im (open-source, cross-platform, http://code.google.com/p/vacuum-im/) supports server-side history. I was able to build ejabberd+mod_archive_odbc+mysql and server-side history works for me now - only reasonably working client I found is vacuum im. If anyone knows more xep-0136 capable clients - please post them here.
mod_archive_odbc implements
mod_archive_odbc implements server-side part of XEP-0136. You can view the content using a Jabber client that implements the client-side part of that protocol.
JWChat is known to implement it, but unfortunately it seems they implement too different versions of the protocol, and doesn't work correctly. Maybe other clients implement it and works.