I am using openfire
as chat server and JsJac
as client library for chat web application. JsJac working fine with one to one chat and groupchat. I have added monitoring plugin in openfire for message archiving. Now I want functionality of downloading entire group chat history.
Question : Is it possible to download entire group chat using JsJac or there is any other better approach available for that?
Thanks