Go to file
Travis Burtrum b86c277c8b
moparisthebest/sendxmpp-rs/pipeline/head There was a failure building this commit Details
Add some better PGP header stripping code
2021-01-15 02:08:42 -05:00
.ci Implement jenkins builds 2020-11-30 21:18:13 -05:00
src Add some better PGP header stripping code 2021-01-15 02:08:42 -05:00
.gitignore update Cargo.lock, builds with patched xmpp-rs 2019-01-25 20:07:36 -05:00
Cargo.lock Version 2.0.0, with added XEP-0027 PGP support 2021-01-15 01:05:15 -05:00
Cargo.toml Version 2.0.0, with added XEP-0027 PGP support 2021-01-15 01:05:15 -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