Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5016:964de9997552
mod_admin_blocklist: Fix traceback due to misplaced parenthesis
get_jids_with_role() throws an exception when 'host' is nil since
Prosody trunk rev 7ca5645f46cd
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 27 Aug 2022 15:39:38 +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" }; } ```