xmppc  0.0.1
XMPP Command Line Client
xmppc - XMPP command line

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

Compile

./bootstrap.sh
./configure
make

Documentation

cd doc
make

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