mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 02:06:21 +00:00
Rename stanza handler init functions
This commit is contained in:
@@ -131,7 +131,7 @@ _presence_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *co
|
||||
}
|
||||
|
||||
void
|
||||
presence_add_handlers(void)
|
||||
presence_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