Fix typo
This commit is contained in:
parent
4e18462d78
commit
1cd82a9f66
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Connection(ConnectionHandlers):
|
||||||
# typed, so send them
|
# typed, so send them
|
||||||
if is_form:
|
if is_form:
|
||||||
#TODO: Check if form has changed
|
#TODO: Check if form has changed
|
||||||
iq = Iq('set', NS_REGISTER, to=self._hostname)
|
iq = common.xmpp.Iq('set', common.xmpp.NS_REGISTER, to=self._hostname)
|
||||||
iq.setTag('query').addChild(node=self.new_account_form)
|
iq.setTag('query').addChild(node=self.new_account_form)
|
||||||
self.connection.SendAndCallForResponse(iq,
|
self.connection.SendAndCallForResponse(iq,
|
||||||
_on_register_result)
|
_on_register_result)
|
||||||
|
|
Loading…
Add table
Reference in a new issue