about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.c')
-rw-r--r--src/xmpp/connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index f730c99c..45c0b318 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -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();