Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3650:30743ae1fe1a
mod_map: Update for new API in prosody 1e2b444acb72
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Aug 2019 01:08:12 +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" }; } ```