xmpp-rs 0.1.0

A work in progress xmpp lib
Documentation

rust-xmpp

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

Build Status

Install

Cargo.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.