iswydt.vala
changeset 12 d3e36b368fc5
parent 7 a49fb1ec5e2a
--- a/iswydt.vala	Mon Nov 05 23:53:52 2012 +0400
+++ b/iswydt.vala	Mon Nov 05 23:54:44 2012 +0400
@@ -167,7 +167,9 @@
     });
     checktimer.attach(loop.get_context());
 
+    account.add_module(new ModuleIq(cfg, account));
     account.add_module(new ModuleMuc(cfg, account));
+    account.add_module(new ModuleMucCommands(cfg, account));
     account.add_module(new ModuleMucLog(cfg, account));
 
     Posix.sigaction_t action = Posix.sigaction_t();