๐Matrix Live ๐
๐Dept of Spec ๐
TravisR says
Hello everyone! For this week's spec update you get me, Travis, instead of anoa (sorry). The heart of Matrix is the specification, modified by Matrix Spec Change (MSC) proposals - learn more at https://spec.matrix.org/unstable/proposals/
Be sure to read the Spec Core Team (SCT) section in today's update for some exciting news about Matrix though - this has a good chance of affecting how the MSC process works in the future.
๐MSC Status
Merged MSCs:
- MSC3844: Remove unused policy room sharing mechanism
- MSC3828: Content Repository CORP Headers
- MSC3827: Filtering of
/publicRooms
by room type- MSC2153: Add a default push rule to ignore m.reaction events
MSCs in Final Comment Period:
- MSC3818: Copy room type on upgrade (merge)
- MSC3255: Use SRV record for homeservers discovery by clients (close)
- MSC2836: Threading (close)
- Threading API (close)
New MSCs:
๐Spec Core Team
The SCT has been powering through MSCs for the second week in a row, using a new internal process to encourage activity and hopefully keep momentum going. If there's an MSC you think should be on the agenda, please visit the #sct-office:matrix.org and raise it for consideration ๐
We've also been at IETF 114 to talk about MIMI - an initiative to define a standard for messaging interoperability inspired by the DMA. Matrix appears to fit perfectly into this use-case, so we've been talking with various folks involved to ensure Matrix is on the radar, including preparing our own Internet-Draft to demonstrate how it could work. MIMI is not currently a working group within the IETF, but the expectation is that it will be soon - we look forward to this happening, and are eager to contribute to the process here - or proposing Matrix itself to IETF as an initiative in its own right.
Watch this space for updates, or visit #matrix-spec:matrix.org to ask questions ๐
๐Random MSC of the Week
The random MSC of the week is... MSC3554: Extensible Events - Translatable Text!
This MSC covers an Extensible Events (MSC1767) schema definition for translatable text! This would allow a client to send a message in multiple languages, with the receiver able to choose which language they're prefer to see the message in (ideally falling back to a default or machine translation if their preferred language was not available).
Like other MSCs that rely on Extensible Events, MSC1767 will need to land before this MSC can. But until then, it's great to see all of the wonderful things this feature will allow Matrix to do!
๐Dept of Servers ๐ข
๐Synapse (website)
Synapse is a Matrix homeserver implementation developed by the matrix.org core team
Shay says
Greetings! We have been hard at work on Synapse this week. Work on faster room joins continues. In addition, Synapse 1.64.0rc2 was released. Notable features include:
- support for room version 10
- per-room rate limiting for room joins
- support for Implicit TLS for sending emails and much more, as well as a number of bugfixes, improvements to the documentation, and other changes to make Synapse leaner, faster, and generally more awesome.
๐Construct Server
Jason Volk reports
This week The Construct server runs on Alpine Linux using freshly cut docker images building on the 0.7 release announced last week. A few images are available for preview while a more complete matrix is filled out. I am proud to announce to TWIM that Construct offers the most compact docker image for a Matrix server at just under 15 MiB; the only caveat is that media thumbnailing won't be available.
There's still a lot of room for optimization and docker experts to critique! Feel free to join the discussion at #construct:zemos.net and check out https://github.com/matrix-construct/construct today!
๐Dept of Clients ๐ฑ
๐Element Web/Desktop (website)
Secure and independent communication, connected via Matrix. Come talk with us in #element-web:matrix.org!
Danielle announces
- Itโs holiday season but that wonโt slow us down! Weโve been hard at work fixing defects and improving features.
- Our recently released new search experience is continuing to be improved. This week weโve added more accessibility, so it can be helpful to all.
- Weโve completely finished the migration of our tests.
- Thereโs a new โuse caseโ screen for users who sign up, it asks folks who they'll talk to the most on Element and, in the future, that will help us to tailor the experience.
In labs (you can enable labs features in settings on develop.element.io or on Nightly):
- Video rooms continue to improve. Check it out!
๐Element iOS (website)
Secure and independent communication for iOS, connected via Matrix. Come talk with us in #element-ios:matrix.org!
ศtefan reports
- Itโs an exciting week for both our mobile teams as weโre ready to release our new authentication flow! If youโve been reading TWIM for a while youโll know that weโve been working hard, across all Element teams, to improve our onboarding experience. Part of this work on iOS was a new Create Account flow.
- Weโre rolling the changes out slowly, so donโt panic if you donโt see the new experience yet!
- In even more exciting news, our test coverage has increased with a big bump. Weโve gone from 12% to 51%!
- Weโve also continued to make updates and improvements to our location sharing feature.
- On the ElementX front we have our first proof of concept for sliding sync (sync v3) working and weโve almost finished setting up snapshot and integration testing. We also have Rust logs, a new authentication service and performance tests incoming.
- Finally, the account deactivation button has had a change of copy - this keeps us inline with Apple guidelines around deleting and deactivating accounts.
๐Element Android (website)
Secure and independent communication for Android, connected via Matrix. Come talk with us in #element-android:matrix.org!
Danielle says
Our new Nightly releases are now available and allowing us to catch any bugs or regressions even faster - exciting!
It will soon be easier than ever to create an account on Element, so if youโve been waiting for an update before you recommend us to others, itโs nearly time! Weโll be rolling these changes out slowly over the next week or so.
- Alongside the new create account flow will be an updated sign in and reset password experience. Check it out and let us know what you think.
Also in this release weโve added a โmatch system settingsโ to the Font size screen.
๐Dept of SDKs and Frameworks ๐งฐ
๐Trixnity (website)
Multiplatform Kotlin SDK for Matrix
Benedict says
Trixnity 2.2.0 has been released.
- Mac builds are enabled, which means, that olm is bundled into macOS and iOS builds too. So no need to build olm yourself anymore.
trixnity-crypto
has been introduced, which contains the matrix e2e-encryption stuff and was previously located intrixnity-client
. The relocation allows you to possibly use this in e. g. appservices. Key trust level calculation, key backup, key verification will be moved into it too.- client: basic event relation support has been added to be prepared for the next matrix spec
- client: added server discovery
- updated to kotlin 1.7
- some bug fixes
๐matrix-rust-sdk (website)
Matrix Client-Server SDK for Rust
ben reports
It's been a week of quite, constant progress on many fronts, most not that visible to the outside observer. For once, the progress on integration sliding sync into element-x for iOS has taken up speed, with many smaller bug fixes and additional features exposed through the FFI being added and performance optimisations. After the internal jack-in testing tool, this is the first actual trial of sliding sync for rust (and after the js-implementation, only the second client to actually use sliding sync overall)โand it has been tremendous. Latest tests put the loading time to first view on the first 20-ish rooms at a 150ms range ๐.
More visible to the keen observers of the repository has been that we've updated the
event_handler
API to allow removing existing handlers, an important step towards implementing completion guaranteeing API calls, and that we've support for custom encrypted events now.๐๏ธ Wanna hack on matrix rust? Go check out our
help wanted
tagged issues and join our matrix channel at #matrix-rust-sdk:matrix.org.
๐Dept of Ops ๐
๐matrix-docker-ansible-deploy (website)
Matrix server setup using Ansible and Docker
Slavi reports
Thanks to MdotAmaan's efforts, matrix-docker-ansible-deploy now supports bridging to Discord via the mautrix-discord bridge. See our Setting up Mautrix Discord bridging documentation page for getting started.
Note: this is a new Discord bridge. The playbook still retains Discord bridging via matrix-appservice-discord and mx-puppet-discord. You're free too use the bridge that serves you better, or even all three of them (for different users and use-cases).
Slavi reports
matrix-docker-ansible-deploy now supports bridging to Kakaotalk via matrix-appservice-kakaotalk - a bridge based on node-kakao (now unmaintained) and some mautrix-facebook code. Thanks to hnarjis for helping us add support for this!
See our Setting up Appservice Kakaotalk bridging documentation to get started.
๐Dept of Events and Talks ๐ฃ๏ธ
๐A New HOPE (NYC) concluded (website)
cel says
Thanks Element Matrix Services (EMS) for hosting our homeserver (
hope.net
)!Previously: https://matrix.org/blog/2022/07/22/this-week-in-matrix-2022-07-22#hope-conference
See you in 2024, hopefully!
๐May Container Hackers (MCH) concluded
https://mch2022.org/
MCH2022 in the Netherlands successfully occurred!
MCH2022 has an IRC-bridged Matrix room: https://matrix.to/#/#_oftc_#mch2022:matrix.org
HOPE and MCH had a bridge room/tent: https://wiki.mch2022.org/Hope#HOPE-MCH_Portal
See you in 2026 or so!
๐Matrix Summit schedule
Yan says
By the end of last week we received a bunch of proposal for talks and workshops for the conference. It were all together 32 proposals and we accepted almost all of them.
We released already multiple versions of our schedule. The current version is 0.5 html json
There is even some space left for late comers. In case you decide spontaneously to come and want to talk let us know, we will find a way.
๐Tickets
You now get tickets for the summit for the fantastic price of 0 euro. We like to know in advance how many people will come. If you have already a ticket and canโt come please let us know. So we can give them to people on the waiting list.
๐Sharing is caring
I case you have a room or ride to share or you are looking for transport or accommodation please visit our #matrix-summit-sharing:c-base.org.
ChristianP reports
If you'd rather listen to Yan and me talking about the Matrix Summit and its schedule, we recorded a podcast episode for you to get informed on the go.
https://fyyd.de/episode/9085227 (German)
๐Dept of Interesting Projects ๐ฐ๏ธ
๐Effektio (website)
ben reports
The team of effektio, the mobile-first organizing app build on matrix, is happy to announce the new website. Aside from the revamped team section, we are particularly excited about the new product progress page, as the questions "what are you building exactly, and how far are you with the progress" are commonplace. With the product page we hope to provide more clarity what we mean, in actual features, when we say "organize yourself, your friends, family, clubs and all other communities from the palm of your hand". Each feature also links right into the specific section of the Github project, so you can get an unobstructed view of the actual progress happeningโand contribute, if you like.
๐Dept of Ping ๐
Here we reveal, rank, and applaud the homeservers with the lowest ping, as measured by pingbot, a maubot that you can host on your own server.
๐#ping:maunium.net
Join #ping:maunium.net to experience the fun live, and to find out how to add YOUR server to the game.
Rank | Hostname | Median MS |
---|---|---|
1 | maunium.net | 239.5 |
2 | babel.sh | 432 |
3 | trygve.me | 479 |
4 | envs.net | 555.5 |
5 | maximiliangaedig.com | 660.5 |
6 | alemann.dev | 674 |
7 | kittenface.studio | 752.5 |
8 | pikaviestin.fi | 798 |
9 | kootstra.frl | 881 |
10 | babel1.eu | 946.5 |
๐#ping-no-synapse:maunium.net
Join #ping-no-synapse:maunium.net to experience the fun live, and to find out how to add YOUR server to the game.
Rank | Hostname | Median MS |
---|---|---|
1 | babel.sh | 151.5 |
2 | kernel-error.com | 281 |
3 | babel1.eu | 303.5 |
4 | foxo.me | 447 |
5 | rustybever.be | 499 |
6 | grin.hu | 520.5 |
7 | cutema.re | 679.5 |
8 | zemos.net | 1179.5 |
๐That's all I know ๐
See you next week, and be sure to stop by #twim:matrix.org with your updates!
The Foundation needs you
The Matrix.org Foundation is a non-profit and only relies on donations to operate. Its core mission is to maintain the Matrix Specification, but it does much more than that.
It maintains the matrix.org homeserver and hosts several bridges for free. It fights for our collective rights to digital privacy and dignity.
Support us