An implementation of RFC 7622, the XMPP Address Format, more commonly known as "Jabber IDs" or "JIDs" in Rust. https://docs.rs/xmpp-addr/latest/xmpp_addr/
This repository has been archived on 2022-07-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Sam Whited 67249bd8a4
.github: update funding and PR workflow
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-14 07:49:04 -04:00
.builds .builds: verify DCO and sync to GitHub 2020-05-03 23:00:29 -04:00
.github .github: update funding and PR workflow 2022-07-14 07:49:04 -04:00
src Bump to v0.13.1 2019-01-18 11:52:23 -06:00
tests fix broken test on dep version bump 2018-01-06 20:13:43 -06:00
.gitignore Initial API and logic 2017-04-23 13:09:59 -05:00
Cargo.toml Bump to v0.13.1 2019-01-18 11:52:23 -06:00
DCO .builds: verify DCO and sync to GitHub 2020-05-03 23:00:29 -04:00
LICENSE-APACHE Relicense using MIT/Apache-2.0 2017-05-09 20:39:55 -05:00
LICENSE-MIT Relicense using MIT/Apache-2.0 2017-05-09 20:39:55 -05:00
README.md .github: update funding and PR workflow 2022-07-14 07:49:04 -04:00

XMPP Addr

Documentation Crate

An implementation of RFC 7622, the XMPP Address Format, more commonly known as "Jabber IDs" or "JIDs".

Currently, due to Rust not having a PRECIS implementation, this package is not fully compliant with 7622.

If you'd like to contribute to the project, see CONTRIBUTING.md.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.