Go to file
DebXWoody 1714eeff5b
Use a xmppc config file for JID and PWD
Config file ~/.config/xmppc.conf

Issue: #2
2020-04-19 18:57:29 +02:00
doc gitignore file / doc files 2020-04-19 13:15:20 +02:00
src Use a xmppc config file for JID and PWD 2020-04-19 18:57:29 +02:00
.gitignore gitignore file / doc files 2020-04-19 13:15:20 +02:00
bootstrap.sh gitignore file / doc files 2020-04-19 13:15:20 +02:00
changelog Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00
configure.ac Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00
LICENSE Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00
Makefile.am Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00
README.md Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00

xmppc

xmppc - command line interface (CLI) XMPP Client.

xmppc is a XMPP command line interface client. It's written in C and is using the xmpp library libstrophe.

Dependencies

Build

The project is using GNU Automake.

aptitude install libstrophe-dev
./bootstrap.sh
./configure
make

Usage

xmppc --jid user@domain.tld --pwd "password" --mode roster list
xmppc -j user@domain.tld -p "password" -m roster list
xmppc -j user@domain.tld -p "password" -m roster export
xmppc -j user@domain.tld -p "password" -m message chat friend@domain.tld "Message"
xmppc -j user@domain.tld -p "password" -m pgp chat friend@domain.tld "Message"
xmppc -j user@domain.tld -p "password" -m openpgp signcrypt friend@domain.tld "Message"
xmppc -j user@domain.tld -p "password" -m omemo list
xmppc -j user@domain.tld -p "password" -m monitor stanza

Use xmppc with pass

xmppc --jid user@domain.tld --pwd $(pass XMPP/domain.tld/user) --mode roster list

Documentation

  • Wiki

Contact details