view mod_readonly/README.md @ 6314:4fd1ad56176b

mod_groups_internal: Fix traceback on deletion when group has no MUCs
author Matthew Wild <mwild1@gmail.com>
date Tue, 05 Aug 2025 12:58:51 +0100
parents fe081789f7b5
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" };
}
```