mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 23:46:22 +00:00
added JABBER_PRIORITY_* macros
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user