Example:A,B clients are the same user,A sent messages To C.How to show these messages On B client.If C sent to this user,A,B also can receive messages.So l can show.But When A sent,B do not konw.
Asked
Active
Viewed 108 times
1 Answers
0
You should use message cabining.To share messages across all devices(clients) of same user.More details about it at https://xmpp.org/extensions/xep-0280.html

Girdhar Sojitra
- 648
- 4
- 14
-
Yeah,that's it.Thank you for your help. – Zry May 04 '17 at 00:39
-
Can l ask another question?How to sync these clients of unreads? – Zry May 04 '17 at 01:57
-
You can look at http://stackoverflow.com/questions/30437866/xmpp-count-of-unread-messages. It may help you. – Girdhar Sojitra May 04 '17 at 15:07