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-27 23:43:32 +0000
committerJames Booth <boothj5@gmail.com>2012-11-27 23:43:32 +0000
commita061b0d45261e39c53e5734518eb2860706ef99f (patch)
treea77215b1f5d7d8051a3444bfd15e3be41d51ee77 /src/stanza.h
parent2f2fa8de66e16def92a10c5433459e1795fd5441 (diff)
downloadprofani-tty-a061b0d45261e39c53e5734518eb2860706ef99f.tar.gz
Handle roster subscription updates
Diffstat (limited to 'src/stanza.h')
-rw-r--r--src/stanza.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stanza.h b/src/stanza.h
index e29aa873..50d5e4a9 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -68,6 +68,7 @@
 #define STANZA_ATTR_XMLNS "xmlns"
 #define STANZA_ATTR_NICK "nick"
 #define STANZA_ATTR_ASK "ask"
+#define STANZA_ATTR_ID "id"
 
 #define STANZA_TEXT_AWAY "away"
 #define STANZA_TEXT_DND "dnd"