xep_0092: Return <service-unavailable/> instead. Fixes #3415.
This commit is contained in:
parent
37d1f2a6b0
commit
62661ee04f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class XEP_0092(BasePlugin):
|
|||
else:
|
||||
iq.error()
|
||||
iq['error']['type'] = 'cancel'
|
||||
iq['error']['condition'] = 'forbidden'
|
||||
iq['error']['condition'] = 'service-unavailable'
|
||||
iq.send()
|
||||
|
||||
def get_version(self, jid, ifrom=None, timeout=None, callback=None,
|
||||
|
|
Loading…
Reference in a new issue