Remix.run Logo
PunchyHamster 3 hours ago

It makes sense. It's old, crufty mix of extensions, which nobody actually wants to be that modular for a chat client, because that just gets you into mess of what server/client supports

akho 2 hours ago | parent | next [-]

Matrix is in the same place wrt feature mismatches. It's a quality of the problem, not of the solution. I actually think XMPP does a better, more structured job here.

neilalexander 2 hours ago | parent | next [-]

XMPP leans heavily on capability negotiation and service discovery which makes it straightforward to degrade gracefully when feature mismatches occur. Matrix is significantly lacking in this regard.

tcfhgj an hour ago | parent | prev [-]

> Matrix is in the same place wrt feature mismatches.

not it isn't - still today there's no choice between incompatible room types or incompatible encryption algorithms and whatever else.

zaik 2 hours ago | parent | prev | next [-]

> mess of what server/client supports

If you allow for independent implementations of the protocol this will always happen. Also, inventing another non-standard protocol creates even more incompatibility between clients and servers.

vcccgjuf 2 hours ago | parent | prev [-]

Matrix is nearly as old today as XMPP was when the Matrix project was started, and Matrix is still such a pile of shit standard that there's STILL only one server implementation and one client. That's actually not how the standard was designed; if Matrix had been a successful project, according to their own goals, the ecosystem would look a lot more like XMPP than it does.

Comparing XMPP at 11 years old to Matrix today makes it abundantly clear that the main thing Element LLC does is waste European public grant funds

tcfhgj an hour ago | parent [-]

Actually, Matrix has a series of server and client implementations.

Servers: https://matrix.org/ecosystem/servers/

Clients: https://matrix.org/ecosystem/clients/

Also, imho Matrix is a better standard than xmpp, because of what PunchHamster said and the better feature set. Of course, everyone is entitled to their own opinion :)