Mercurial > prosody-modules
comparison mod_muc_adhoc_bots/README.markdown @ 5652:eade7ff9f52c
mod_muc_adhoc_bots: add module
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:22:07 -0500 |
parents | |
children | 7a4a6ded2bd6 |
comparison
equal
deleted
inserted
replaced
5651:b40750891bee | 5652: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" } |