Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4208:b74d6a3f0c3f
mod_conversejs/README: Complete list of auto-injected settings
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 15 Oct 2020 20:11:15 +0200 |
| 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" }; } ```