Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3561:deb5ece56c49
mod_turncredentials: Convert numeric attributes to strings (fixes #1339)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 09 Apr 2019 23:23:30 +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" }; } ```