about summary refs log tree commit diff stats
path: root/src/stanza.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-11 10:41:28 -0800
committerJames Booth <boothj5@gmail.com>2012-11-11 10:41:28 -0800
commita5983cacb0234b300bbf5c69684d08de36b306c1 (patch)
treeb70aedabcac1c0be0a4e6ccbe51e94921e803c27 /src/stanza.h
parent7958a450bd9dd10065b39deacd64ca8fa620b8ab (diff)
parentfb276338fa2237b369a12082c05b03ec9cf7cd87 (diff)
downloadprofani-tty-a5983cacb0234b300bbf5c69684d08de36b306c1.tar.gz
Merge pull request #63 from pasis/subscription
add subscription support
Diffstat (limited to 'src/stanza.h')
-rw-r--r--src/stanza.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stanza.h b/src/stanza.h
index 6f244327..706307fa 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -49,6 +49,8 @@
 #define STANZA_TYPE_GROUPCHAT "groupchat"
 #define STANZA_TYPE_UNAVAILABLE "unavailable"
 #define STANZA_TYPE_SUBSCRIBE "subscribe"
+#define STANZA_TYPE_SUBSCRIBED "subscribed"
+#define STANZA_TYPE_UNSUBSCRIBED "unsubscribed"
 #define STANZA_TYPE_GET "get"
 #define STANZA_TYPE_ERROR "error"