|
|
|
|
|
by Sarien
4303 days ago
|
|
I would like to know how this is different from jabber/xmpp and how likely it is that these differences are worthwhile. They say their API is more "pragmatic" and writing a full-blown XMPP client certainly is very tricky but I wonder if improving the way XMPP works wouldn't ultimately create a better result. After all, a lot of thought and experience has by now gone into it. |
|
* Not particularly web-friendly – you can’t easily speak XMPP from a web browser.
* Single server per MUC is a single point of control and availability
* History synchronisation is very much a second class citizen feature
* Stanzas aren’t framed or reliably delivered (without extensions)
* Multiple device support is limited
* Baseline feature set is so minimal that good user experience cannot be guaranteed
* No strong identity system
* Not particularly well designed for mobile use cases (push; bandwidth-efficient transports)
disclaimer: I'm involved with this project!