Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5765:78368d2865dd
mod_s2s_smacks_timeout: Add note about being merged in trunk mod_s2s
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Dec 2023 21:25:39 +0100 |
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" }; } ```