Defines the possible values for a user's availability status.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum Availability |
Members
Member name | Value | Description | |
---|---|---|---|
Offline | 0 | The user or resource is offline and unavailable. | |
Online | 1 | The user or resource is online and available. | |
Away | 2 | The user or resource is temporarily away. | |
Chat | 3 | The user or resource is actively interested in chatting. | |
DoNotDisturb | 4 | The user or resource is busy. | |
ExtendedAway | 5 | The user or resource is away for an extended period. |