Rename stanza handler init functions

This commit is contained in:
James Booth
2016-05-02 22:34:26 +01:00
parent 39fb05577a
commit aabe3afff8
7 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ _message_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *con
}
void
message_add_handlers(void)
message_handlers_init(void)
{
xmpp_conn_t * const conn = connection_get_conn();
xmpp_ctx_t * const ctx = connection_get_ctx();