1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

welcome back, Olm

This commit is contained in:
Travis Ralston
2019-06-14 08:23:27 -06:00
committed by GitHub
parent b8ba77a7b5
commit 0121bdbb75

View File

@@ -296,7 +296,7 @@ Then visit ``http://localhost:8005`` to see the API docs.
End-to-end encryption support End-to-end encryption support
============================= =============================
The SDK supports end-to-end encryption via the and Megolm protocols, using The SDK supports end-to-end encryption via the Olm and Megolm protocols, using
[libolm](https://gitlab.matrix.org/matrix-org/olm). It is left up to the [libolm](https://gitlab.matrix.org/matrix-org/olm). It is left up to the
application to make libolm available, via the ``Olm`` global. application to make libolm available, via the ``Olm`` global.