xmpp-rs-mirror/jid
Jonas Schäfer 7fce1146e0 Offer {Resource,Node,Domain}Ref on Jid API
This provides a non-copying API, which is generally favourable. The
other accessors were removed, because the intent was to provide this
"most sensible" API via the "default" (i.e. shortest, most concisely
named) functions.
2024-03-10 10:51:01 +01:00
..
src Offer {Resource,Node,Domain}Ref on Jid API 2024-03-10 10:51:01 +01:00
Cargo.toml Use relative cargo paths when using local copy 2023-12-18 13:06:22 +01:00
CHANGELOG.md Offer {Resource,Node,Domain}Ref on Jid API 2024-03-10 10:51:01 +01:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
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.