Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4684:ffddf9b29463
mod_debug_omemo: README: Maybe fix version table
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 13 Sep 2021 19:29:03 +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" }; } ```