about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jabber.h b/src/jabber.h
index 897ca242..326328cc 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -49,6 +49,9 @@ typedef enum {
     PRESENCE_UNSUBSCRIBED
 } jabber_subscr_t;
 
+#define JABBER_PRIORITY_MIN -128
+#define JABBER_PRIORITY_MAX 127
+
 void jabber_init(const int disable_tls);
 jabber_conn_status_t jabber_connect(const char * const jid,
     const char * const passwd, const char * const altdomain);