2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-28 23:12:34 +02:00
2025-03-02 21:33:22 +02:00

Jay

Customizable XMPP bot

Dependencies

  • CMake
  • pkgconfig
  • gloox
  • yaml-cpp

Building

The following is an example, feel free to customize

mkdir build
cp example.config.yml build/config.yml
cd build
# edit config.yml as you please
cmake ..
cmake --build .
./jay config.yml # to run the app with the config

Modules

Actor

This module is designed to control access to Bot.

Commands:

  • list: lists all known actors
  • set actor group: assigns a group to an actor. default is a special actor name, group from it is assigned to all new actors, not listed in actors section of config
Description
No description provided
Readme 160 KiB
Languages
C++ 97.2%
CMake 2.8%