Defines possible values for the general activity 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 GeneralActivity

Members

Member nameValueDescription
DoingChores0 Doing chores.
Drinking1 Drinking.
Eating2 Eating.
Exercising3 Exercising (Cycling, Jogging, Swimming, etc.).
Grooming4 Grooming.
HavingAppointment5 Having an appointment.
Inactive6 Currently inactive.
Relaxing7 Relaxing.
Talking8 Talking to somebody.
Traveling9 Traveling.
Working10 Working.
Undefined11 Undefined activity.

Remarks

Refer to XEP-0108 for a detailed taxonomy and description of the various activity values.

See Also