Actually make the Iq callbacks work for real.
This commit is contained in:
@@ -190,6 +190,7 @@ class Iq(RootStanza):
|
|||||||
callback,
|
callback,
|
||||||
once=True)
|
once=True)
|
||||||
self.stream.register_handler(handler)
|
self.stream.register_handler(handler)
|
||||||
|
StanzaBase.send(self)
|
||||||
return None
|
return None
|
||||||
elif block and self['type'] in ('get', 'set'):
|
elif block and self['type'] in ('get', 'set'):
|
||||||
waitfor = Waiter('IqWait_%s' % self['id'], MatcherId(self['id']))
|
waitfor = Waiter('IqWait_%s' % self['id'], MatcherId(self['id']))
|
||||||
|
|||||||
Reference in New Issue
Block a user