Don't raise errors when receiving an iq error for vcards.

This commit is contained in:
Lance Stout 2012-04-29 13:33:30 -07:00
parent 8b47159788
commit 1cf55c14b0

View file

@ -114,7 +114,7 @@ class XEP_0054(BasePlugin):
iq.reply()
iq.append(vcard)
iq.send()
else:
elif iq['type'] == 'set':
raise XMPPError('service-unavailable')
# =================================================================