How to implement message read status like whatsapp blue tick mark?

后端 未结 3 1774
日久生厌
日久生厌 2020-12-24 09:29

I am developing one application in that chatting is one module, for chatting i am using xmpp. when i am sending message i am getting that message delivery status using Deliv

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 09:54

    You need to implement displayed when message is seen, this is basic why how messaging apps implements typing, sent, delivered and seen status

    http://xmpp.org/extensions/xep-0022.html#sect-idp643808

提交回复
热议问题