Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3947:1f90e333b1d8
mod_muc_hats_api: New API-only module for managing user hats in MUCs
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 19 Mar 2020 14:39:14 +0000 |
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" }; } ```