xmpp-rs/parsers
2024-12-16 15:19:54 +00:00
..
examples
src Added a test for prosody bug 1664 workaround 2024-12-16 15:19:54 +00:00
Cargo.toml
ChangeLog xmpp: Adapt to xmpp-parsers changes wrt autojoin 2024-12-16 13:32:49 +00:00
doap.xml xmpp-parsers: Implement XEP-0490: Message Displayed Synchronization 2024-12-15 17:30:24 +00:00
LICENSE
README.md

xmpp-parsers

Whats 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.