Sets the user's mood to the specified mood value.
Namespace: S22.Xmpp.ClientAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- mood
- Type: S22.Xmpp.Extensions..::..Mood
A value from the Mood enumeration to set the user's mood to.
- description (Optional)
- Type: System..::..String
A natural-language description of, or reason for, the mood.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The XmppClient instance is not connected to a remote host, or the XmppClient instance has not authenticated with the XMPP server. |
System..::..ObjectDisposedException | The XmppClient object has been disposed. |