view mod_readonly/README.markdown @ 4089:ef752c5115f7

mod_muc_notifications: adapt to MUC get_name() API changes
author marc0s <marcos@tenak.net>
date Tue, 08 Sep 2020 12:35:51 +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" };
}
```