1
1
---
2
2
image : " https://arewemlsyet.com/assets/images/logo.png?1"
3
3
---
4
- [ ![ Matrix] ( /assets/images/matrix-logo-white.svg )] ( https://matrix.org ) {: .logo} _ Last updated: 2023-06-15 _
4
+ [ ![ Matrix] ( /assets/images/matrix-logo-white.svg )] ( https://matrix.org ) {: .logo} _ Last updated: 2023-06-30 _
5
5
6
6
```
7
7
__ __ _ ____ _ ___
@@ -21,10 +21,11 @@ decryption working and can handle membership changes.
21
21
22
22
Latest demo video: external commits
23
23
24
- <iframe title =" MLS Element demo - external commits " src =" https://scitech.video/videos/embed/2be724b5-da6e-46ba-8776-52747dded7ae " allowfullscreen =" " sandbox =" allow-same-origin allow-scripts allow-popups " width =" 560 " height =" 315 " frameborder =" 0 " ></iframe >
24
+ <iframe title =" MLS Element demo - key backup " src =" https://scitech.video/videos/embed/dfc73f6f-241c-4a17-a10a-7b1de07afc2a " allowfullscreen =" " sandbox =" allow-same-origin allow-scripts allow-popups " width =" 560 " height =" 315 " frameborder =" 0 " ></iframe >
25
25
26
26
Previous demo videos:
27
27
28
+ - [ external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
28
29
- [ group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
29
30
- [ group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
30
31
@@ -77,23 +78,23 @@ backups, interact with MLS.
77
78
- ποΈ [ demo 1: group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
78
79
- ποΈ [ demo 2: group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
79
80
- ποΈ [ demo 3: external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
81
+ - ποΈ [ demo 4: key backup] ( https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1 )
80
82
- π§βπ»[ matrix-js-sdk
81
83
PR] ( https://github.com/matrix-org/matrix-js-sdk/pull/3306 ) ,
82
84
[ matrix-react-sdk
83
85
PR] ( https://github.com/matrix-org/matrix-react-sdk/pull/10669 )
84
86
- π±οΈ [ try it out] ( https://element-mls-proof-of-concept.netlify.app )
85
87
- β
investigate and implement external commits (ability to send an encrypted
86
88
message before a current member has added you to the MLS tree)
87
- - β³ investigate decryption of historical messages
89
+ - β
investigate decryption of historical messages
88
90
- re-decryption of old messages
89
- - key sharing
90
91
- key backup
91
92
- β integrate decentralised MLS into Rust crypto crate
92
93
- β write bindings for other languages
93
94
- β fully support MLS in clients
94
95
95
96
## Documentation
96
- - β write and finalise MSCs for MLS over Matrix
97
+ - β³ write and finalise MSCs for MLS over Matrix
97
98
- β write MLS implementation guide for clients
98
99
99
100
# Resources
@@ -107,6 +108,7 @@ backups, interact with MLS.
107
108
- [ group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
108
109
- [ group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
109
110
- [ external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
111
+ - [ key backup] ( https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1 )
110
112
- π§βπ» Implementations
111
113
- [ matrix-dmls] ( https://gitlab.matrix.org/uhoreg/matrix-dmls ) - Rust library
112
114
for decentralised MLS in Matrix
0 commit comments