Hacker News new | ask | show | jobs
by durandal1 1680 days ago
It'd take the flawed XMPP protocol any day over the ad-hoc implementation of Matrix, which hardly even deserves to be called a protocol. Matrix feels like something made by making things up as the wrote the code, there is no coherency at all.
2 comments

> ad-hoc implementation of Matrix, which hardly even deserves to be called a protocol.

Please explain why you believe this.

This is the spec: https://spec.matrix.org/latest/

These are the spec change proposals: https://spec.matrix.org/unstable/proposals/

Jabber was written by making things up as we wrote the code, and then pitching a prototype to a core group for revisions.

XMPP didn't really pitch any client or server protocol breaking changes.

Since the messages themselves were just addressed XML elements, we were able to do revisions over time, such as the first group chat being replaced by MUC or adding in the ability for XHTML-formatted rich text.