Don't raise errors when receiving an iq error for vcards.
This commit is contained in:
parent
8b47159788
commit
1cf55c14b0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class XEP_0054(BasePlugin):
|
|||
iq.reply()
|
||||
iq.append(vcard)
|
||||
iq.send()
|
||||
else:
|
||||
elif iq['type'] == 'set':
|
||||
raise XMPPError('service-unavailable')
|
||||
|
||||
# =================================================================
|
||||
|
|
Loading…
Reference in a new issue