Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3486:887ce59cf396
mod_http_muc_log: Split long line [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Mar 2019 22:47:14 +0100 |
parent | 3437:ce5d1fa69ba3 |
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" }; } ```