11---
22image : " https://arewemlsyet.com/assets/images/logo.png?1"
33---
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 _
55
66```
77 __ __ _ ____ _ ___
@@ -21,10 +21,11 @@ decryption working and can handle membership changes.
2121
2222Latest demo video: external commits
2323
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 >
2525
2626Previous demo videos:
2727
28+ - [ external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
2829- [ group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
2930- [ group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
3031
@@ -77,23 +78,23 @@ backups, interact with MLS.
7778 - ποΈ [ demo 1: group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
7879 - ποΈ [ demo 2: group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
7980 - ποΈ [ demo 3: external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
81+ - ποΈ [ demo 4: key backup] ( https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1 )
8082 - π§βπ»[ matrix-js-sdk
8183 PR] ( https://github.com/matrix-org/matrix-js-sdk/pull/3306 ) ,
8284 [ matrix-react-sdk
8385 PR] ( https://github.com/matrix-org/matrix-react-sdk/pull/10669 )
8486 - π±οΈ [ try it out] ( https://element-mls-proof-of-concept.netlify.app )
8587- β
investigate and implement external commits (ability to send an encrypted
8688 message before a current member has added you to the MLS tree)
87- - β³ investigate decryption of historical messages
89+ - β
investigate decryption of historical messages
8890 - re-decryption of old messages
89- - key sharing
9091 - key backup
9192- β integrate decentralised MLS into Rust crypto crate
9293- β write bindings for other languages
9394- β fully support MLS in clients
9495
9596## Documentation
96- - β write and finalise MSCs for MLS over Matrix
97+ - β³ write and finalise MSCs for MLS over Matrix
9798- β write MLS implementation guide for clients
9899
99100# Resources
@@ -107,6 +108,7 @@ backups, interact with MLS.
107108 - [ group creation] ( https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B )
108109 - [ group updates] ( https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac )
109110 - [ external commits] ( https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo )
111+ - [ key backup] ( https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1 )
110112- π§βπ» Implementations
111113 - [ matrix-dmls] ( https://gitlab.matrix.org/uhoreg/matrix-dmls ) - Rust library
112114 for decentralised MLS in Matrix
0 commit comments