I am trying to make a chat application using XMPP. For this, I mentioned this tutorial and successfully implemented it. But now I can’t get the specific message received by the server and update my local DB. Please let me know how to do this.
I am saving a message with chatId. So, from which smack method do I get this receipt id?
source share