diff options
-rw-r--r-- | poezio/core/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py index 5e3efb1d..75949616 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -592,7 +592,7 @@ class CommandCore: if self.core.xmpp.is_connected(): self.core.disconnect(reconnect=True) else: - self.core.xmpp.connect() + self.core.xmpp.start() @command_args_parser.quoted(0, 3) def set(self, args): |