Go to file
Travis Burtrum 65a14e2fa6 update Cargo.lock, builds with patched xmpp-rs 2019-01-25 20:07:36 -05:00
src Tweaks and cleanup 2017-08-12 23:59:43 -04:00
xmpp-rs@6ad21dbf83 Depend on local file for cargo 2017-08-13 00:13:08 -04:00
.gitignore update Cargo.lock, builds with patched xmpp-rs 2019-01-25 20:07:36 -05:00
Cargo.lock update Cargo.lock, builds with patched xmpp-rs 2019-01-25 20:07:36 -05:00
Cargo.toml update Cargo.lock, builds with patched xmpp-rs 2019-01-25 20:07:36 -05:00
LICENSE.md Initial commit 2017-08-11 00:37:50 -04:00
README.md Initial commit 2017-08-11 00:37:50 -04:00
sendxmpp.toml Initial commit 2017-08-11 00:37:50 -04:00

README.md

sendxmpp-rs

sendxmpp is the XMPP equivalent of sendmail. It is an alternative to the old sendxmpp written in Perl, or the newer sendxmpp-py.

Installation:
cargo install

Configuration: cp sendxmpp.toml ~/.config/ and edit ~/.config/sendxmpp.toml with your XMPP credentials

Usage examples:

  • echo "This is a test" | sendxmpp user@host
  • sendxmpp user@host <README.md

License

GNU/GPLv3 - Check LICENSE.md for details