Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5127:be859bfdd44e
mod_muc_moderation/README: Simplify Compatibility section
Features that vary depending on the configured storage is a bit tricky
to express.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 03 Jan 2023 16:10:16 +0100 |
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" }; } ```