6 releases (stable)
3.0.1 | Nov 5, 2022 |
---|---|
2.0.0 | Jan 16, 2021 |
1.0.1 | Mar 2, 2019 |
1.0.0 | Feb 1, 2019 |
0.1.0 | Jan 26, 2019 |
#5 in #perl
27KB
224 lines
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 sendxmpp
Configuration: cp sendxmpp.toml ~/.config/
and edit ~/.config/sendxmpp.toml
with your XMPP credentials
Usage: sendxmpp [OPTIONS] [ARGUMENTS]
Positional arguments:
recipients
Optional arguments:
-h, --help show this help message and exit
-c, --config CONFIG path to config file. default: ~/.config/sendxmpp.toml with fallback to /etc/sendxmpp/sendxmpp.toml
-e, --force-pgp Force OpenPGP encryption for all recipients
-a, --attempt-pgp Attempt OpenPGP encryption for all recipients
-r, --raw Send raw XML stream, cannot be used with recipients or PGP
-p, --presence Send a <presence/> after connecting before sending messages, required for receiving for --raw
-m, --muc Recipients are Multi-User Chats
-n, --nick NICK Nickname to use in Multi-User Chats
Usage examples:
echo "This is a test" | sendxmpp user@host
sendxmpp user@host <README.md
License
GNU/AGPLv3 - Check LICENSE.md for details
Dependencies
~23–36MB
~622K SLoC