Y
Hacker News
new
|
ask
|
show
|
jobs
by
trasz
1678 days ago
I still find it amusing that XMPP by design violates XML spec, thus requiring its own custom XML parser.
2 comments
dwaite
1677 days ago
It does not violate the spec, but it violates the expectations of a lot of XML tooling for sure.
link
SamWhited
1677 days ago
It uses a subset of the XML spec, it does not need a custom parser, any existing parser will do.
link