mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 17:26:22 +00:00
Basic state handling
This commit is contained in:
@@ -47,6 +47,8 @@ void jabber_disconnect(void);
|
||||
void jabber_process_events(void);
|
||||
void jabber_subscribe(const char * const recipient);
|
||||
void jabber_send(const char * const msg, const char * const recipient);
|
||||
void jabber_send_inactive(const char * const recipient);
|
||||
void jabber_send_gone(const char * const recipient);
|
||||
void jabber_update_presence(jabber_presence_t status, const char * const msg);
|
||||
const char * jabber_get_jid(void);
|
||||
jabber_conn_status_t jabber_get_connection_status(void);
|
||||
|
||||
Reference in New Issue
Block a user