xmpp-rs

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

Build Status

Install

This library is splitted in 3 crates (client, server, proto). As defined by the naming, you can use every crate independently.

Cargo.toml

toml xmpp-rs = "0.1"

```rust // Client extern crate xmpp;

```

Build

To build xmpp-rs:

cargo build --release

ROADMAP

Client roadmap

Server roadmap

XEPs

License

xmpp-rs 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.