Click here to Skip to main content
15,897,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am making a windows chat client using Jabber-Net Library.
When the User exits, I use this code to set the Unavailable status... so that people can see their offline status. Its visible in XMPP clients like Spark. But I cannot get the status of the other contact. setting this status....
How can I get it. Please Help!!...

C#
jabberClient1.Presence(jabber.protocol.client.PresenceType.unavailable, ApplicationVariables.chatstatus, ApplicationVariables.chatpresence, 0);
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900