Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4190:e06258fc6cf1
muc_batched_probe: don't return too quickly
author | JC Brand <jc@opkode.com> |
---|---|
date | Mon, 12 Oct 2020 18:01:54 +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" }; } ```