I'm trying to make a chat application using XMPP. For this, I referred to this tutorial and successfully implemented it. But now I'm unable to get that particular message is received by the server and update my local DB. Please give me any idea how to do this.
I'm saving a message with chatId. So from which method of smack do I get this receipt message id?