this post was submitted on 20 Sep 2024
306 points (98.4% liked)
Open Source
31175 readers
133 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's matrix 2.0? Are they finally gonna use the go backend as opposed to the python one?
Not exactly. Matrix 2.0 relates to the protocol (Matrix) version, which has its major number incremented due to a bunch of, well, major changes/updates to make it much better. OIDC, sliding sync and native calls are some of the new things that comprise the 2.0 update.
The server implementations are somewhat orthogonal to this. Synapse (the original Python server) is still the main implementation, and is Matrix 2.0 ready.
Yeah its not clear to me what matrix 2.0 is either, seems like spec changes? Nothing here about synapse (the python matrix server), or the go one.
Yes, Matrix is the protocol. Element is one of many clients supporting said protocol, and synapse is one of many servers supporting said protocol.