73d9c97e78
src/mode/roster.c:66:19: error: implicit conversion from enumeration type 'enum mode' to different enumeration type 'CommandType' (aka 'enum commandTyp') [-Werror,-Wenum-conversion] command->type = UNKOWN; ~ ^~~~~~ Fixed by using the correct enum definition. Issue: #21 |
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
bootstrap.sh | ||
changelog | ||
configure.ac | ||
LICENSE | ||
Makefile.am | ||
README.md |
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
- libc6-dev (2.28-10)
- libglib2.0-dev (2.58.3)
- libstrophe-dev (0.9.2-2)
- libgpgme-dev (1.12.0)
Build
The project is using GNU Automake.
aptitude install libstrophe-dev libc6-dev libglib2.0-dev libgpgme-dev
./bootstrap.sh
./configure
make
Config file
Config file: ~/.config/xmppc.conf
.
The [default]
will be used, when the user doesn't provider an account and
doesn't provider a jid.
[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