1
0
Fork
You've already forked xmppc
0
forked from Anoxinon_e.V./xmppc
xmppc - Command Line Interface Tool for XMPP
  • C 96.7%
  • M4 2.6%
  • Makefile 0.7%
Find a file
2021年12月31日 19:30:52 +01:00
doc xmppc Release 0.1.0 2020年05月16日 08:45:05 +02:00
src Merge branch 'releases/0.1' 2021年12月26日 15:22:57 +01: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 Bugfix: Key file does not have group ?default? 2021年12月26日 12:10:57 +01:00
configure.ac Merge branch 'releases/0.1' 2021年12月26日 15:22:57 +01:00
LICENSE Moved xmppc 0.0.3 to Anoxinon Repository 2020年04月19日 12:47:14 +02:00
Makefile.am xmppc Release 0.1.0 2020年05月16日 08:45:05 +02:00
README.md small correction 2021年12月31日 15:30:09 +01: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 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 provide an account and doesn't provide 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

Documentation

Chat