don't reply to XEP-184 requests when we fail to decrypt messages
This commit is contained in:
parent
9ced743057
commit
128635699e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue