diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-28 15:15:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 15:15:49 -0600 |
commit | da628e0accb368f0e7cd9132e6830598c55e9e20 (patch) | |
tree | a06a4558312a257b7d57d5b441238a58c8504e0b | |
parent | f26edd53ff81b21530d06e687ae223e15a015d79 (diff) | |
download | purple-matrix-da628e0accb368f0e7cd9132e6830598c55e9e20.tar.gz |
Make it clear that decryption is supported
README isn't very clear that decryption is supported but encryption is not. Got reports that someone was able to decrypt messages in pidgin and thought everyone thought that encryption was broken for a second. https://matrix.to/#/!iNmaIQExDMeqdITdHH:matrix.org/$15487094581170217pdtaL:matrix.org?via=matrix.org&via=linuxgaming.life&via=disroot.org
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,7 +20,10 @@ The following are not yet supported: * Account registration * Room topics * Voice/video calling + +The following are in progress: * End-To-End encryption via Olm ([ticket](https://github.com/matrix-org/purple-matrix/issues/18)) + * [Decyption is supported but not encryption](https://github.com/matrix-org/purple-matrix/issues/18#issuecomment-410336278) The plugin requires a matrix homeserver supporting client-server API r0.0.0 Synapse v0.12.0-rc1 or later is sufficient. |