view mod_readonly/README.markdown @ 3841:b5d367798570

Fix bug readding stanzas to outgoing_queue on resume
author tmolitor <thilo@eightysoft.de>
date Thu, 09 Jan 2020 21:21:09 +0100
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" };
}
```