Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3880:44c2d36c40a4
mod_rest: Add JSON to XML mapping of dataforms
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 04 Feb 2020 22:34:19 +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" }; } ```