| 92 } PurplePresenceContext; |
92 } PurplePresenceContext; |
| 93 |
93 |
| 94 /** |
94 /** |
| 95 * A primitive defining the basic structure of a status type. |
95 * A primitive defining the basic structure of a status type. |
| 96 */ |
96 */ |
| |
97 /* |
| |
98 * If you add a value to this enum, make sure you update |
| |
99 * the status_primitive_map array in status.c. |
| |
100 */ |
| 97 typedef enum |
101 typedef enum |
| 98 { |
102 { |
| 99 PURPLE_STATUS_UNSET = 0, |
103 PURPLE_STATUS_UNSET = 0, |
| 100 PURPLE_STATUS_OFFLINE, |
104 PURPLE_STATUS_OFFLINE, |
| 101 PURPLE_STATUS_AVAILABLE, |
105 PURPLE_STATUS_AVAILABLE, |