JohnKenVan / jabber-net

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

How to change busy/available etc... message through this library #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure if I'm posting to correct place so apoligies if I'm not (and if
not could you let me know where to post this).

Anyway,
I would like to be able to change my status message (e.g. to say out to
lunch or whatever).  In google talk I can do this (there is a drop down
Available, busy etc... or I can just type in a custom message).

Is this possible via code, if so could you show me a sample (in c# or VB.NET).

Regards,
Dermot French

Original issue reported on code.google.com by biztecht...@gmail.com on 22 Apr 2009 at 11:34

GoogleCodeExporter commented 8 years ago
jc.Presence(PresenceType.available, "Out to lunch", "xa", 0);

Original comment by hil...@gmail.com on 23 Apr 2009 at 12:03