Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 4685:07b6f444bafb
mod_debug_omemo: Adjust priority to act after mod_mam archived
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 13 Sep 2021 21:45:20 +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" }; } ```