xmpp-rs-mirror/parsers
Jonas Schäfer 384b366f5f Add Message::extract_payload function
This should simplify access to message payloads significantly.
2024-05-06 09:40:08 +00:00
..
examples
src Add Message::extract_payload function 2024-05-06 09:40:08 +00:00
Cargo.toml Bump all dependencies but rustls and webpki-roots 2024-05-04 12:42:53 +02:00
ChangeLog
doap.xml
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.