xmpp-rs
xmpp-rs copied to clipboard
xmpp-rs
xmpp-rs is an XMPP Server.
Install
Under construction
Build
To build xmpp-rs:
cargo build --release
ROADMAP
- [ ] :rocket: Root implementation
- [ ] TCP Connection: Able to accept TCP connection from clients
- [ ] Open stream reading: Listen to an open
streamstanza and respond to it - [ ] TLS Connection and negociation
- [ ] PLAIN authentication: Authentification with a PLAIN mechanism must be possible.
XEPs
-
[ ] Stanza errors
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.