Mercurial > prosody-modules
view mod_readonly/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 | ce5d1fa69ba3 |
children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```