mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 17:36:22 +00:00
Added usage of handlers to message and presence modules
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
void connection_free_resources(void);
|
||||
xmpp_conn_t *connection_get_conn(void);
|
||||
xmpp_ctx_t *connection_get_ctx(void);
|
||||
int connection_error_handler(xmpp_stanza_t * const stanza);
|
||||
int connection_error_handler(xmpp_conn_t * const conn,
|
||||
xmpp_stanza_t * const stanza, void * const userdata);
|
||||
void connection_set_priority(int priority);
|
||||
void connection_set_presence_message(const char * const message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user