I am building a web chat application. I want to store the group messages conversations after every press of "Enter" button. I am using Openfire Server, and MySQL database. I don't see any tables from the database that stores the group conversations.I have also installed Monitoring Plugin but it only stores one to one conversation in ofoffline table of openfire in mysql database but i also want to store group chat conversation.
for one to one chat history i used below link of stack How do we store chat conversations on MySQL database? XMPP Openfire
Is there any other plugins for that or any other way to store group chat conversation?