Skip to content
Snippets Groups Projects
Commit a05392dc authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

bugfix in new_account function

parent 962bc2d1
No related branches found
No related tags found
No related merge requests found
......@@ -892,7 +892,7 @@ def new_account(self, name, config):
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment