Mercurial > prosody-modules
view mod_muc_adhoc_bots/README.markdown @ 5798:fdf3056021dc
mod_http_oauth2: Tweak fallback error text
Since the oauth error is more like the error condition, a symbolic error
code, not the most human-friendly. Many error cases do have
human-readable error descriptions that should be fine on their own, or
changed to be.
As a fallback, capitalize the error name.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Dec 2023 00:01:30 +0100 |
parents | 7a4a6ded2bd6 |
children |
line wrap: on
line source
--- labels: - Stage-Alpha summary: Install adhoc command bots in MUCs --- # Introduction This module allows you to "install" bots on a MUC service (via config for now, via adhoc command and on just one MUC to follow). All the adhoc commands defined on the bot become adhoc commands on the service's MUCs, and the bots can send XEP-0356 messages to the MUC to send messages as any participant. # Configuration List all bots to install. You must specify full JID. adhoc_bots = { "some@bot.example.com/bot" } And enable the module on the MUC service as usual modules_enabled = { "muc_adhoc_bots" }