I am creating an ejabberd- based chat system using the iOS client (and XMPPFramework ).
My current chat system only supports individual conversations between users who save chat history in the MySQL database.
To recreate the same chat system, I will need ejabberd to retrieve the chat history from my database so that users do not lose previous conversations when switching to a new chat system.
I would not want to save the client console, since the iOS application can be removed and reinstalled (or the user can switch the device).
Is it possible to create ejabberd to read chat history from my MySQL db?
source share