xmpp-rs/jid
Emmanuel Gil Peyrot 9960cfd965 jid: Make Debug more readable on Jid
Jid("foo@bar/baz") instead of Jid { normalized: "foo@bar/baz", at:
Some(3), slash: Some(7) }, which I find much more readable.

Same for BareJid and FullJid.
2024-08-06 16:53:58 +02:00
..
src jid: Make Debug more readable on Jid 2024-08-06 16:53:58 +02:00
Cargo.toml jid: Bump version to 0.11.1 2024-07-23 19:02:46 +02:00
CHANGELOG.md jid: Bump version to 0.11.1 2024-07-23 19:02:46 +02:00
LICENSE
README.md Finish removing 'rs' suffix in libs 2020-07-15 10:49:50 +02:00

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.