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

#6 in #xmpp

Download history 6/week @ 2024-02-22 4/week @ 2024-02-29 63/week @ 2024-03-07 17/week @ 2024-03-14 15/week @ 2024-03-28

95 downloads per month

AGPL-3.0-or-later

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

~25–39MB
~730K SLoC