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

Reply invalid OMEMO messages with a KeyTransportMessage #11

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

This should be done in order to generate a valid session

vanitasvitae commented 7 years ago

This should be done, eg. when a NoSessionException was thrown by libsignal.

vanitasvitae commented 7 years ago

One issue is, that we only want to do this once, not n times for n invalid messages.

vanitasvitae commented 7 years ago

Done