rust-xmpp

rust-xmpp is an XMPP client library (for now). Under active development.

Build Status

Install

Cargo.toml

toml rust-xmpp = "0.1"

``` extern crate xmpp;

```

Build

To build rust-xmpp:

cargo build --release

License

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.