Defines possible values for the chat state of an XMPP user.
Namespace: S22.Xmpp.ExtensionsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum ChatState |
Members
Member name | Value | Description | |
---|---|---|---|
Active | 0 | The user is actively participating in the chat session. | |
Inactive | 1 | The user has not been actively participating in the chat session. | |
Gone | 2 | The user has effectively ended their participation in the chat session. | |
Composing | 3 | The user is composing a message. | |
Paused | 4 | The user had been composing but now has stopped. |
Remarks
Refer to XEP-0085 for a detailed description of the different states
defined here.