bugfix in new_account function

This commit is contained in:
Yann Leboulanger 2005-06-21 14:24:15 +00:00
parent 962bc2d14e
commit a05392dcde
1 changed files with 1 additions and 1 deletions

View File

@ -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