|
|
|
|
|
by vertex-four
3562 days ago
|
|
Matrix is group-chat-first ("direct messages", or one-to-one messages, are actually just implemented as an unnamed group with two people in it), while XMPP's group chat support is in a rather unwieldy extension (as with a lot of XMPP's functionality). Matrix also builds on existing standards with decent libraries available for things like voice/video chat, and is web- and mobile-first. There's integration of arbitrary client-defined "push services" built into the protocol, which Riot uses to push events from a Matrix server through Google and Apple's cloud device messaging services to save battery, all without the Matrix server having to know the details of how those push systems work. Also, I can do web-based single sign-on through my CAS server, and all the variations of Riot handle it perfectly. |
|