comparison mcabber/mcabber/main.c @ 2104:c7e9950fa741

Added option to enable carbons (set carbons = 1 in mcabberrc) If the server supports carbons and the user has carbons enabled we enable them. Now we need to handle XEP-0297 (Stanza Forwarding) stanzas to make sure the messages end up at the correct place.
author Roeland Jago Douma <roeland@famdouma.nl>
date Sat, 02 Mar 2013 18:22:10 +0100
parents f56c214a19dc
children 9b4b7941647c
comparison
equal deleted inserted replaced
2103:1210a22726d3 2104:c7e9950fa741
372 roster_init(); 372 roster_init();
373 settings_init(); 373 settings_init();
374 scr_init_bindings(); 374 scr_init_bindings();
375 scr_init_settings(); 375 scr_init_settings();
376 caps_init(); 376 caps_init();
377 carbons_init();
377 #ifdef MODULES_ENABLE 378 #ifdef MODULES_ENABLE
378 modules_init(); 379 modules_init();
379 #endif 380 #endif
380 /* Initialize charset */ 381 /* Initialize charset */
381 scr_init_locale_charset(); 382 scr_init_locale_charset();