Click or drag to resize
ChatState Enumeration
Defines possible values for the chat state of an XMPP user.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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