rust-xmpp
is an XMPP client library (for now). Under active development.
Cargo.toml
toml
rust-xmpp = "0.1"
``` extern crate xmpp;
```
To build rust-xmpp:
cargo build --release
rust-xmpp is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.