Added jabber_presence_t
This commit is contained in:
6
jabber.h
6
jabber.h
@@ -30,6 +30,12 @@ typedef enum {
|
||||
JABBER_DISCONNECTED
|
||||
} jabber_conn_status_t;
|
||||
|
||||
typedef enum {
|
||||
PRESENCE_OFFLINE,
|
||||
PRESENCE_ONLINE,
|
||||
PRESENCE_AWAY
|
||||
} jabber_presence_t;
|
||||
|
||||
void jabber_init(const int disable_tls);
|
||||
jabber_conn_status_t jabber_connection_status(void);
|
||||
jabber_conn_status_t jabber_connect(const char * const user,
|
||||
|
||||
Reference in New Issue
Block a user