Software / code / prosody-modules
File
mod_readonly/README.markdown @ 3714:04ff0de40ba9
mod_http_muc_log: Add date metadata to log pages
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 13 Oct 2019 16:00:16 +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" }; } ```