# XMPP IM
[](https://docs.rs/xmpp-im)
[](https://crates.io/crates/xmpp-im)
An implementation of the Extensible Messaging and Presence Protocol (XMPP) core
spec defined in [RFC 6210].
If you are using XMPP for simple device-to-device communications and do not need
IM, see the [xmpp-core] crate.
[RFC 6120]: https://tools.ietf.org/html/rfc6120
[xmpp-core]: https://crates.io/crates/xmpp-core
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.