about summary refs log tree commit diff stats
path: root/src/stanza.h
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2012-11-13 12:51:28 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2012-11-13 12:51:28 +0200
commita114fe88b80010dd3c4f29319bd67e7daa533cb1 (patch)
treea5b69aa358b4e43b6ae90ed44277a9ff5a0efdd0 /src/stanza.h
parentb14aab4adedfe0c2d252af692ffddffe03d54e65 (diff)
downloadprofani-tty-a114fe88b80010dd3c4f29319bd67e7daa533cb1.tar.gz
introduce priority support
add new command /priority <int>
improve jabber_update_presence()
use jabber_update_presence() for sending initial presence
save priority and status string to jabber_conn structure
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"