I am working on the chat module of the project. I need to integrate the Group chat functionality. I did n't find in the API to get the joined rooms history programmatically using the aSmack API.
Suppose I join the room then I save in the mobile database, once user uninstall the application then it destroy this database from the mobile then next time when same user install the application then user is not able to get the Joined rooms from the aSmack API
Please help me is there any way to get the Joined rooms history.
Thanks in advance.