|
4 weeks ago | |
---|---|---|
doc | 8 months ago | |
src | 4 weeks ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
Makefile.am | 8 months ago | |
README.md | 5 months ago | |
bootstrap.sh | 9 months ago | |
changelog | 8 months ago | |
configure.ac | 1 month ago |
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.
The project is using GNU Automake.
aptitude install libstrophe-dev libc6-dev libglib2.0-dev libgpgme-dev
./bootstrap.sh
./configure
make
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
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