diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/main.c	Fri Mar 01 15:27:29 2013 +0100
+++ b/mcabber/mcabber/main.c	Sat Mar 02 18:22:10 2013 +0100
@@ -374,6 +374,7 @@
   scr_init_bindings();
   scr_init_settings();
   caps_init();
+  carbons_init();
 #ifdef MODULES_ENABLE
   modules_init();
 #endif