|
|
|
|
|
by forty
1678 days ago
|
|
I really wanted to like XMPP back in the days, but honestly I always ended up feeling that the protocol is just bad. This idea of opening an XML document at the beginning of the stream, then only allowing a subset of XML and all the mess with the xmlns, all that bringing really nothing to the table except complexity. I think ideally in a good protocol, the server should not have to parse the content for the messages that are not targetted to itself (only the metadata useful for routing). the XML mess makes it impossible to do that since you have to validate the full document. At the time I think this page was a good summary of the issues https://about.psyc.eu/XMPP
No idea if this is still relevant though. |
|
It's been years since I've looked at. Maybe things are better now.