Software / code / prosody-modules
Comparison
mod_muc_adhoc_bots/README.markdown @ 5675:eade7ff9f52c
mod_muc_adhoc_bots: add module
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Mon, 18 Sep 2023 08:22:07 -0500 |
| child | 5681:7a4a6ded2bd6 |
comparison
equal
deleted
inserted
replaced
| 5674:b40750891bee | 5675:eade7ff9f52c |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha | |
| 4 summary: Install adhoc command bots in MUCs | |
| 5 --- | |
| 6 | |
| 7 # Introduction | |
| 8 | |
| 9 This module allows you to "install" bots on a MUC service (via config for | |
| 10 now, via adhoc command and on just one MUC to follow). All the adhoc commands | |
| 11 defined on the bot become adhoc commands on the service's MUCs, and the bots | |
| 12 can send XEP-0356 messages to the MUC to send messages as any participant. | |
| 13 | |
| 14 # Configuration | |
| 15 | |
| 16 List all bots to install. You must specify full JID. | |
| 17 | |
| 18 adhoc_bots = { "some@bot.example.com/bot" } | |
| 19 | |
| 20 And enable the module on the MUC service as usual | |
| 21 | |
| 22 modules_enabled = { "muc_adhoc_bots" } |