This commit is contained in:
Stephan Erb 2007-12-09 18:48:54 +00:00
parent 4e18462d78
commit 1cd82a9f66
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class Connection(ConnectionHandlers):
# typed, so send them
if is_form:
#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)
self.connection.SendAndCallForResponse(iq,
_on_register_result)