equal
deleted
inserted
replaced
165 //stderr.printf("TimeoutSource OLOLO\n"); |
165 //stderr.printf("TimeoutSource OLOLO\n"); |
166 return true; |
166 return true; |
167 }); |
167 }); |
168 checktimer.attach(loop.get_context()); |
168 checktimer.attach(loop.get_context()); |
169 |
169 |
|
170 account.add_module(new ModuleIq(cfg, account)); |
170 account.add_module(new ModuleMuc(cfg, account)); |
171 account.add_module(new ModuleMuc(cfg, account)); |
|
172 account.add_module(new ModuleMucCommands(cfg, account)); |
171 account.add_module(new ModuleMucLog(cfg, account)); |
173 account.add_module(new ModuleMucLog(cfg, account)); |
172 |
174 |
173 Posix.sigaction_t action = Posix.sigaction_t(); |
175 Posix.sigaction_t action = Posix.sigaction_t(); |
174 action.sa_handler = ((i) => { |
176 action.sa_handler = ((i) => { |
175 if (account.state != Connection.State.CONNECTED) |
177 if (account.state != Connection.State.CONNECTED) |