diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-12-04 21:14:53 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-12-04 21:14:53 +0100 |
commit | 72a6e378646f0d42cce97616bd2f01b84870049c (patch) | |
tree | 6625d3d2d08dfa0dc8f13d53452ed5e8dacd08fa /src/main/res/values | |
parent | 50dbd4077f825bb6e594d652745cd5461db3a9df (diff) |
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.
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 06493e0a9..c091c6b97 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -844,5 +844,6 @@ <string name="error_message_copied_to_clipboard">Copied error message to clipboard</string> <string name="pref_screen_security_summary">Treat the content as secure and preventing it from appearing in screenshots.</string> <string name="pref_screen_security">Forbid screenshots</string> + <string name="omemo_decryption_failed">Failed to decrypt OMEMO message.</string> </resources> |