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-13 14:40:24 -0800
committerJames Booth <boothj5@gmail.com>2012-11-13 14:40:24 -0800
commitfaa5f8871f76565c1f50f5e67353320debbf741e (patch)
treed49b2bde4003dbee7381d5a1ecb44c761bf1a833 /src/stanza.h
parent8ecbe0c590832200134e54fe55da872917278f64 (diff)
parent52c4c3d953008cc89af230651568f2081e132c9b (diff)
downloadprofani-tty-faa5f8871f76565c1f50f5e67353320debbf741e.tar.gz
Merge pull request #81 from pasis/priority
introduce priority support
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 706307fa..442741fd 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -34,6 +34,7 @@
 #define STANZA_NAME_MESSAGE "message"
 #define STANZA_NAME_BODY "body"
 #define STANZA_NAME_PRESENCE "presence"
+#define STANZA_NAME_PRIORITY "priority"
 #define STANZA_NAME_X "x"
 #define STANZA_NAME_SHOW "show"
 #define STANZA_NAME_STATUS "status"