Skip to content
Snippets Groups Projects
Commit 1cd82a9f authored by steve-e's avatar steve-e
Browse files

Fix typo

parent 4e18462d
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ class Connection(ConnectionHandlers): ...@@ -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)
......
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