summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-08-26 12:18:13 +0200
committermathieui <mathieui@mathieui.net>2019-08-26 12:18:13 +0200
commitc8cd17f509805fee37cf282b8d75fe6a4713e2ab (patch)
tree769748cda46d13aca73f86420778bc20e71e6450 /poezio/core
parentcdb0d2614dffce60b6d9c48abc1c831b2f6cf8e4 (diff)
downloadpoezio-c8cd17f509805fee37cf282b8d75fe6a4713e2ab.tar.gz
poezio-c8cd17f509805fee37cf282b8d75fe6a4713e2ab.tar.bz2
poezio-c8cd17f509805fee37cf282b8d75fe6a4713e2ab.tar.xz
poezio-c8cd17f509805fee37cf282b8d75fe6a4713e2ab.zip
Use the right settings when reconnecting from poezio
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/commands.py2
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):