xmpp-rs/jid-rs/README.md

19 lines
319 B
Markdown
Raw Normal View History

2017-02-27 15:42:09 +00:00
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?
-------------------------
2019-06-10 21:09:20 +00:00
MPL-2.0 or later, see the `LICENSE` file.
2017-02-27 15:42:09 +00:00
Notes
-----
This library does not yet implement RFC7622.