Defines possible values for the chat state of an XMPP user.

Namespace: S22.Xmpp.Extensions
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ChatState

Members

Member nameValueDescription
Active0 The user is actively participating in the chat session.
Inactive1 The user has not been actively participating in the chat session.
Gone2 The user has effectively ended their participation in the chat session.
Composing3 The user is composing a message.
Paused4 The user had been composing but now has stopped.

Remarks

Refer to XEP-0085 for a detailed description of the different states defined here.

See Also