how to check received message is read or unread in xmpp framework in ios

后端 未结 2 1527
北海茫月
北海茫月 2021-02-01 11:03

i am developing chat application using xmppframework and i am successfully completed the send and receive message , but

1) if i am chat with user A and user B send me

2条回答
  •  囚心锁ツ
    2021-02-01 12:04

    You can have look to XEP-0184

    This should be the message stanza format

    
      your message 
      
    
    

    And This is received response message

    
      
    
    

    Here messageId-1010 will be unique to get you know which message response it is.

提交回复
热议问题