A type-safe Rust XMPP library.
Find a file
Maxime “pep” Buquet 24d3d8696d
Build CI with minidom feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-20 19:27:31 +02:00
src
.gitignore
.gitlab-ci.yml Build CI with minidom feature 2019-07-20 19:27:31 +02:00
Cargo.toml Release version 0.6.2 2019-07-20 19:14:12 +02:00
CHANGELOG.md Release version 0.6.2 2019-07-20 19:14:12 +02:00
LICENSE
README.md

jid-rs

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.