don't reply to XEP-184 requests when we fail to decrypt messages

This commit is contained in:
Yann Leboulanger 2010-10-19 17:19:13 +02:00
parent 9ced743057
commit 128635699e
1 changed files with 1 additions and 0 deletions

View File

@ -1417,6 +1417,7 @@ ConnectionJingle, ConnectionIBBytestream):
except Exception:
self.dispatch('FAILED_DECRYPT', (obj.fjid, obj.timestamp,
obj.session))
return
if obj.enc_tag and self.USE_GPG:
encmsg = obj.enc_tag.getData()