From c8cd17f509805fee37cf282b8d75fe6a4713e2ab Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 26 Aug 2019 12:18:13 +0200 Subject: Use the right settings when reconnecting from poezio --- poezio/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core') 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): -- cgit v1.2.3