vanitasvitae / Smack

A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs
https://igniterealtime.org/projects/smack/
Apache License 2.0
16 stars 3 forks source link

Double check, if incoming ratchet update messages are correctly handled #16

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

Ratchet update messages should not trigger decryption since the payload is null. They also should not be forwarded to the client as decrypted omemo messages.