Go to file
2020-05-02 16:02:49 +02:00
doc manpage for xmppc 2020-04-29 19:18:24 +02:00
src Bugfix OpenPGP / Key Lookup / signers 2020-05-02 06:51:41 +02:00
.gitignore Bugfixing and Accounts in Configfile 2020-04-21 17:56:28 +02:00
bootstrap.sh gitignore file / doc files 2020-04-19 13:15:20 +02:00
changelog changelog release 0.0.5 2020-04-25 06:25:32 +02:00
configure.ac Release Version 0.0.6 2020-05-02 16:02:49 +02:00
LICENSE Moved xmppc 0.0.3 to Anoxinon Repository 2020-04-19 12:47:14 +02:00
Makefile.am Makefile.am - manpage 2020-04-29 20:36:14 +02:00
README.md Help 2020-04-24 20:45:23 +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

Config file

Config file: ~/.config/xmppc.conf

[default]
jid=user@domain.tld
pwd=YourSecret

[account1]
jid=account1@domain.tld
pwd=YourSecret

Usage

xmppc --jid user@domain.tld --pwd "password" --mode roster list
xmppc -j user@domain.tld -p "password" -m roster list
xmppc -a alice -m mam list bob@domain.tld
xmppc -m bookmark list
xmppc -h

More command and information see: Wiki

Documentation