What is xmppc
xmppc is a command line program for XMPP (https://xmpp.org/). The program has been written for the Debian GNU/Linux system (https://www.debian.org/).
Build
Dependencies
- The GNU C Library (glibc) - 2.28-10
- GLib - 2.58.3
- XMPP library libstrophe - 0.9.2-2
- GPGME (GnuPG Made Easy) - 1.12.0-6
Compile
./bootstrap.sh
./configure
make
Documentation
Usage
xmppc --jid <jabberid> --pwd <secret> --mode <mode> <command> <command args>
xmppc --jid user@domain.tld --pwd "my secret" --mode pgp chat friend@domain.tld "Hello!"
xmppc --jid user@domain.tld --pwd $(pass XMPP/domain/user) --mode omemo list
Development