Merge branch 'develop' into stream_features
This commit is contained in:
commit
a269be485f
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ class ClientXMPP(BaseXMPP):
|
|||
'subscription': subscription,
|
||||
'groups': groups}}
|
||||
response = iq.send(block, timeout, callback)
|
||||
if response in [False, None]:
|
||||
if response in [False, None] or not isinstance(response, Iq):
|
||||
return response
|
||||
return response['type'] == 'result'
|
||||
|
||||
|
|
Loading…
Reference in a new issue