xmpp-rs/jid
Maxime “pep” Buquet 8de14336f5
jid: Add test for Jid::Full ser/de
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-08-14 21:59:27 +02:00
..
src jid: Add test for Jid::Full ser/de 2023-08-14 21:59:27 +02:00
Cargo.toml jid: Replace serde_json with serde_test in tests 2023-08-14 21:59:09 +02:00
CHANGELOG.md jid: Optimise for no-transform JIDs 2023-07-16 19:50:12 +02:00
LICENSE
README.md

jid

What's this?

A crate which provides a struct Jid for Jabber IDs. It's used in xmpp-rs but other XMPP libraries can of course use this.

What license is it under?

MPL-2.0 or later, see the LICENSE file.

Notes

This library does not yet implement RFC7622.