1 JIMB (Jabber Instant Messaging Bot)
2 by Martin Kelm <martinkelm@idxsolutions.de>
5 - JIMCI - Connection Interface
8 JIMB offers a more stable service daemon to transmit messages
9 between users and an external application and vise versa and a bunch of attached
10 service scripts to perform.
11 The connection interface uses a mysql database to store incoming messages and
12 to read/send outgoing messages. Furthermore the queue database table offers a generic structure
13 to support as much use cases as possible.
14 The bot services offer a parser to detect modules,
15 commands and parameters in messages before performing further service modules.
18 - libloudmouth1-0 (build/run)
19 - libglib2.0-0 (build/run)
20 - libmysql, i.e. libmysqlclient15off (build/run)
21 - libconfig8-1.3.2 (build/run)
23 - libloudmouth1-dev (build)
24 - libglib2.0-dev (build)
25 - libmysql-dev, i.e. libmysqlclient15-dev (build)