this post was submitted on 23 Apr 2025
431 points (98.0% liked)
Technology
69247 readers
3850 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Matrix has moved very very slowly and I'm concerned it'll have the same fate as XMPP, where it's a bunch of very complicated standards, with maybe one compliant implementation that nobody wants to work on.
I also don't think it's a particularly good protocol design for a Discord replacement, it's not federated it's a distributed message protocol, which is an order of magnitude more complicated and intensive than potential alternatives.
That said, many non-perfect things have achieved widespread success, so I'm at least hopeful that Matrix/Element are able to catch on in a wider capacity.
Matrix doesn't have multiple standards, it only has the one? Certain servers expose older API endpoints for backwards compatibility with old clients, but that's all. The spec is standard and relatively stable.
Likewise, it is very much a federated protocol - dunno where you got the idea that it isn't.
But, yeah, spec changes do take a while to get accepted/implemented.
Standards as in parts of the spec, as you said in the original reply:
Which is a fork of the WebRTC protocol and another "standard" on top of the REST HTTP protocol.
I should have been more specific with my language, it is federated, but specifically messages (events) are a distributed DAG, and I find the Matrix protocol overly generic for a replacement for something specific like Discord.