Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4252:1327e1e1c94e
mod_ogp: Add module
author | Seve Ferrer <seve@delape.net> |
---|---|
date | Sun, 15 Nov 2020 19:07:34 +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" }; } ```