alexxiopiccinno / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

how to get list of message status? #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
how to get message status from all contact? 

Original issue reported on code.google.com by klai2...@gmail.com on 26 Nov 2009 at 1:22

GoogleCodeExporter commented 8 years ago
Subscribe to the JabberClient.OnPresence event. You will be passed a 
jabber.protocol.client.Presence object which contains (among other things) the 
contact's status. 

Original comment by rev91770...@gmail.com on 7 Dec 2009 at 11:44

GoogleCodeExporter commented 8 years ago
Alternatively, PresenceManager[JID] will get you the presence as well. 

Original comment by david%re...@gtempaccount.com on 7 Dec 2009 at 11:46