Conversations/src/main/java/eu/siacs/conversations/crypto/axolotl
Daniel Gultsch c02676ea4c implement self healing omemo
after receiving a SignalMessage that can’t be decrypted because of broken sessions
Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage
wrapped in a key transport message.
2018-12-02 14:41:29 +01:00
..
AxolotlService.java implement self healing omemo 2018-12-02 14:41:29 +01:00
BrokenSessionException.java implement self healing omemo 2018-12-02 14:41:29 +01:00
CryptoFailedException.java implement self healing omemo 2018-12-02 14:41:29 +01:00
FingerprintStatus.java prevent race condition when fetching device ids 2018-10-03 22:03:47 +02:00
NoSessionsCreatedException.java Reworked axolotl protocol layer 2015-07-19 21:32:25 +02:00
NotEncryptedForThisDeviceException.java create dedicated exception for not encrypted for this device 2018-04-04 09:11:53 +02:00
OnMessageCreatedCallback.java Change to new wire protocol version 2015-07-31 21:31:45 +02:00
SQLiteAxolotlStore.java migrate to xmpp-addr 2018-03-07 22:30:36 +01:00
XmppAxolotlMessage.java revert 12 byte ivs that got commited by accident 2018-11-21 16:44:24 +01:00
XmppAxolotlSession.java implement self healing omemo 2018-12-02 14:41:29 +01:00