Defines possible values for the general activity 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 GeneralActivity |
Members
Member name | Value | Description | |
---|---|---|---|
DoingChores | 0 | Doing chores. | |
Drinking | 1 | Drinking. | |
Eating | 2 | Eating. | |
Exercising | 3 | Exercising (Cycling, Jogging, Swimming, etc.). | |
Grooming | 4 | Grooming. | |
HavingAppointment | 5 | Having an appointment. | |
Inactive | 6 | Currently inactive. | |
Relaxing | 7 | Relaxing. | |
Talking | 8 | Talking to somebody. | |
Traveling | 9 | Traveling. | |
Working | 10 | Working. | |
Undefined | 11 | Undefined activity. |
Remarks
Refer to XEP-0108 for a detailed taxonomy and description of the
various activity values.