3 releases

Uses old Rust 2015

0.1.2 Apr 8, 2017
0.1.1 Apr 6, 2017
0.1.0 Apr 6, 2017

#20 in #xmpp

23 downloads per month
Used in 3 crates

MPL-2.0 license

47KB
1.5K SLoC

xmpp-rs

xmpp-rs is an XMPP Server.

CI Upload Documentation FOSSA Status

Install

Under construction

Build

To build xmpp-rs:

cargo build --release

ROADMAP

  • 🚀 Root implementation
    • TCP Connection: Able to accept TCP connection from clients
    • Open stream reading: Listen to an open stream stanza and respond to it
    • TLS Connection and negociation
    • PLAIN authentication: Authentification with a PLAIN mechanism must be possible.

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.

Dependencies

~10–22MB
~286K SLoC