From a05392dcde3089ed7bad523102d4a0426ca92b55 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 21 Jun 2005 14:24:15 +0000 Subject: [PATCH] bugfix in new_account function --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index d687e0b59..e3e058755 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -892,7 +892,7 @@ class Connection: common.xmpp.dispatcher.DefaultTimeout = 45 c.UnregisterDisconnectHandler(c.DisconnectHandler) c.RegisterDisconnectHandler(self._disconnectedCB) - h = hostname + h = config['hostname'] p = 5222 usessl = None if usessl: #FIXME: we cannot create an account if we want ssl connection to create it