xmpp-rs/jid/README.md

19 lines
313 B
Markdown
Raw Permalink Normal View History

jid
===
2017-02-27 15:42:09 +00:00
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.