I am building a web chat application. I want to store the messages or conversations between two parties 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 conversations.
Is there a plugins for that? thanks. I am using strophe js library to send messages. Thanks.