mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
8238e81c66
This introduces a str-like type for each of these, which will allow returning a ref instead of the copied data from various methods in {Full,Bare}Jid. The use of a macro ensures that all types are declared consistently. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
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.