Defines possible values for more specific activities 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 SpecificActivity |
Members
Member name | Value | Description | |
---|---|---|---|
BuyingGroceries | 0 | User is buying groceries. | |
Cleaning | 1 | User is cleaning. | |
Cooking | 2 | User is cooking. | |
DoingMaintenance | 3 | User is doing maintenance. | |
DoingTheDishes | 4 | User is doing the dishes. | |
DoingTheLaundry | 5 | User is doing the laundry. | |
Gardening | 6 | User is gardening. | |
RunningAnErrand | 7 | User is running an errand. | |
WalkingTheDog | 8 | User is walking the dog. | |
HavingABeer | 9 | User is having a beer. | |
HavingCoffee | 10 | User is having coffee. | |
HavingTea | 11 | User is having tea. | |
HavingASnack | 12 | User is having a snack. | |
HavingBreakfast | 13 | User is having breakfast. | |
HavingDinner | 14 | User is having dinner. | |
HavingLunch | 15 | User is having lunch. | |
Cycling | 16 | User is cycling. | |
Dancing | 17 | User is dancing. | |
Hiking | 18 | User is hiking. | |
Jogging | 19 | User is jogging. | |
PlayingSports | 20 | User is playing sports. | |
Running | 21 | User is running. | |
Skiing | 22 | User is skiing. | |
Swimming | 23 | User is swimming. | |
WorkingOut | 24 | User is working out. | |
AtTheSpa | 25 | User is at the spa. | |
BrushingTeeth | 26 | User is brushing teeth. | |
GettingAHaircut | 27 | User is getting a haircut. | |
Shaving | 28 | User is shaving. | |
TakingABath | 29 | User is taking a bath. | |
TakingAShower | 30 | User is taking a shower. | |
DayOff | 31 | User is having a day off. | |
HangingOut | 32 | User is hanging out. | |
Hiding | 33 | User is hiding. | |
OnVacation | 34 | User is on vacation. | |
Praying | 35 | User is praying. | |
ScheduledHoliday | 36 | User is on a scheduled holiday. | |
Sleeping | 37 | User is sleeping. | |
Thinking | 38 | User is thinking. | |
Fishing | 39 | User is fishing. | |
Gaming | 40 | User is gaming. | |
GoingOut | 41 | User is going out. | |
Partying | 42 | User is partying. | |
Reading | 43 | User is reading. | |
Rehearsing | 44 | User is rehearsing. | |
Shopping | 45 | User is shopping. | |
Smoking | 46 | User is smoking. | |
Socializing | 47 | User is socializing. | |
Sunbathing | 48 | User is sunbathing. | |
WatchingTv | 49 | User is watching TV. | |
WatchingAMovie | 50 | User is watching a movie. | |
InRealLife | 51 | User is talking to somebody in real life. | |
OnThePhone | 52 | User is talking to somebody on the phone. | |
OnVideoPhone | 53 | User is talking to somebody on video phone. | |
Commuting | 54 | User is commuting. | |
Driving | 55 | User is driving. | |
InACar | 56 | User is traveling in a car. | |
OnABus | 57 | User is traveling in a bus. | |
OnAPlane | 58 | User is traveling on an airplane. | |
OnATrain | 59 | User is traveling on a train. | |
OnATrip | 60 | User is on a trip. | |
Walking | 61 | User is walking. | |
Coding | 62 | User is coding. | |
InAMeeting | 63 | User is in a meeting. | |
Studying | 64 | User is studying. | |
Writing | 65 | User is writing. | |
Other | 66 | User is performing an activity not defined herein. |
Remarks
Refer to XEP-0108 for a detailed taxonomy and description of the
various activity values.