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

Provide clients with a method to manually send ratchet update messages #15

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

Those messages can be sent to repair broken sessions (as PreKeyMessages) or to simply forward the ratchet in case the client has not send messages for an extended amount of time to preserve forward secrecy.

vanitasvitae commented 7 years ago

done