Software / code / prosody-modules
File
mod_readonly/README.markdown @ 3667:f5d4e23fa8f7
mod_storage_memory: Also merged into core
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 03 Sep 2019 00:57:01 +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" }; } ```