I was trying ejabberd (the latest version on the ProcessOne site) on Ubuntu Linux and configured it to store data in a MySQL database.
When I add users I can see them in the users table but nothing about muc rooms appears in any of the tables.
Looking at the guide it was not clear if ejabberd supports this. I need easy access to muc room information in the database because other parts of our system are going to use this data.
Does ejabberd (I am using v15.03) support storing muc room info (room jid ,room subjects and room chat history) in an external database such as MySQL? If not, what about Openfire? Would you recommend Openfire on this?