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

后端 未结 2 1340
眼角桃花
眼角桃花 2021-02-04 17:48

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 wo

2条回答
  •  隐瞒了意图╮
    2021-02-04 18:25

    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.

提交回复
热议问题