You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.ci | 2 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
sendxmpp.toml | 6 years ago |
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