Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4166:7678b4880719
mod_conversejs: Hint that templates should be copied into packages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 01 Oct 2020 17:51:32 +0200 |
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" }; } ```