3c78310272
This is useful if, for example during stream negotiation, you want to parse SASL elements and nothing else. It is also useful if you want to write down an enum of all XMPP-related stream-level elements you accept and don't want to loose your fingers typing all the SASL options. |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
ChangeLog | ||
doap.xml | ||
LICENSE | ||
README.md |
xmpp-parsers
What’s this?
A crate which provides parsers and serialisers for most XMPP elements, to avoid having to deal with XML manually. It validates its inputs by default, and aims at providing useful errors when a particular XML element was invalid.
What license is it under?
MPL-2.0 or later, see the LICENSE
file.