Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5937:da942a3f3660
mod_sasl2: Clarify that this module requires Prosody trunk
Closes #1870
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 23 Jul 2024 20:32:57 +0200 |
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" }; } ```