added JABBER_PRIORITY_* macros

This commit is contained in:
Dmitry Podgorny
2013-01-12 23:40:21 +02:00
parent 9121cbe295
commit 9660f402ad
2 changed files with 4 additions and 1 deletions

View File

@@ -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);