aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/axolotl/XmppAxolotlSession.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement self healing omemoChristian Schneppe2018-12-041-8/+9
| | | | | | 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.
* added a few TODOs in regards to the handling of inactive devicesChristian Schneppe2018-10-041-0/+1
|
* make session completion work with untrusted devices as wellChristian Schneppe2018-05-161-2/+2
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-1/+1
|
* properly handle key transport messages. use prekeyparsing only when that ↵Christian Schneppe2018-01-211-18/+12
| | | | attribute is set
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-29/+34
|
* refactored whispermessage processingChristian Schneppe2017-01-161-26/+26
|
* partially improved logging for receiving omemo messagesChristian Schneppe2017-01-161-10/+10
|
* don't allow to purge keys. offer distrust insteadChristian Schneppe2017-01-151-0/+2
|
* adding prekey='true' to omemo messages if applicableChristian Schneppe2017-01-091-5/+15
|
* save last activation time in fingerprint statusChristian Schneppe2016-11-201-1/+6
|
* show 'clear devices' button underneath own devicesChristian Schneppe2016-11-201-0/+4
|
* reformat codeChristian Schneppe2016-11-191-109/+109
|
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-1/+1
|
* parse omemo fingerprints from urisChristian Schneppe2016-11-181-1/+1
|
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-122/+34
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+223