about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resource.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resource.h b/src/resource.h
index 491b33cc..6a5a8f3e 100644
--- a/src/resource.h
+++ b/src/resource.h
@@ -23,6 +23,14 @@
 #ifndef RESOURCE_H
 #define RESOURCE_H
 
+typedef enum {
+    RESOURCE_ONLINE,
+    RESOURCE_CHAT,
+    RESOURCE_AWAY,
+    RESOURCE_XA,
+    RESOURCE_DND
+} resource_presence_t;
+
 typedef struct resource_t {
     char *name;
     char *show;