How to determine the message status (read/unread) in chat?

后端 未结 4 528
终归单人心
终归单人心 2021-02-04 10:37

How to determine the message status (read/unread). Chat is realized with the XMPP protocol.

4条回答
  •  猫巷女王i
    2021-02-04 11:11

    XEP-0184: Message Delivery Receipts supports notifying senders when their message has been delivered. You might be able to use that as a building block, as long as you don't expect existing clients to send these receipts -- the XEP is not widely-implemented today.

提交回复
热议问题