Jabber Developer 39781d0149 fix(AI plugin): bufferize response with file
Bufferizing response with a file allows to avoid crash caused by data transfer, based on plugins API issue in the CProof.

Minor changes: change default model and set correct xai models in the docs
2025-09-08 13:05:52 +02:00
2016-07-19 00:39:13 +01:00

CProof Plugins

Website documentation

Master is a development branch compatible with the latest version of CProof.

Installing plugins

Use the /plugins install command, e.g.

/plugins install ~/path-to/sounds.py

Alternatively, you can use URLs to raw files to install Python plugins. For example,

/plugins install https://git.jabber.space/devs/cproof-plugins/raw/branch/master/src/sounds.py

See the /help plugins command for further plugin management options.

Plugins description

To be described.

Building CProof with plugin support

Dependencies required:

autoconf-archive
libtool

For Python plugins the following is also required:

python-dev

Developing plugins

API Documentation is available on our website, jabber.space.

External plugins (C)

External plugins (Python)

Description
Python and C plugins collection for the CProof XMPP client
Readme 387 KiB
Languages
Python 75.7%
C 20.5%
Makefile 1.8%
Awk 1.4%
Shell 0.6%