Rename stanza handler init functions
This commit is contained in:
@@ -193,7 +193,7 @@ _iq_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *const us
|
||||
}
|
||||
|
||||
void
|
||||
iq_add_handlers(void)
|
||||
iq_handlers_init(void)
|
||||
{
|
||||
xmpp_conn_t * const conn = connection_get_conn();
|
||||
xmpp_ctx_t * const ctx = connection_get_ctx();
|
||||
|
||||
Reference in New Issue
Block a user