How can I make use of XMPP XEP-0184 "Message Delivery Receipts" with Smack?

Mathew1990 picture Mathew1990 · Jun 28, 2013 · Viewed 8.9k times · Source

Hi is there any way to do android xmpp client which will be able to get message receive confirmation (XEP-0184) I read that there is XEP-0184 in smack but normal smack is not working with android(or I can't do it) there is always SASL authentication exception.

Answer

Flow picture Flow · Jun 28, 2013

Smack received support for XEP-0184 with SMACK-331. You can't use Smack < 4.1 directly under Android, you need Smack 4.1 (or higher).

You can read more about Smack's XEP-0184 API in the javadoc of DeliveryReceiptManager.