mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 23:38:27 +00:00
![Moxie Marlinspike](/assets/img/avatar_default.png)
1) Change SessionBuilder to only establish sessions via KeyExchangeMessage and PreKeyBundles. 2) Change SessionCipher to decrypt either WhisperMessage or PreKeyWhisperMessage items, automatically building a session for the latter. 3) Change SessionCipher to tear down new sessions built with PreKeyWhisperMessages if the embedded WhsiperMessage fails to decrypt.