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

@@ -688,9 +688,9 @@ _connection_handler(xmpp_conn_t *const conn, const xmpp_conn_event_t status, con
chat_sessions_init();
message_add_handlers();
presence_add_handlers();
iq_add_handlers();
message_handlers_init();
presence_handlers_init();
iq_handlers_init();
roster_request();
bookmark_request();