Annotate
mod_readonly/README.markdown @ 5830:f08818b8b87d
mod_pubsub_serverinfo: Update documentation
Removed a 'feature yet to be implemented' that now has been implemented.
author |
Guus der Kinderen <guus.der.kinderen@gmail.com> |
date |
Thu, 04 Jan 2024 12:33:34 +0100 |
parent |
3437:ce5d1fa69ba3 |
rev |
line source |
3437
|
1 This module blocks configured queries that change server state.
|
|
2
|
|
3 E.g. to make vCard storage read-only:
|
|
4
|
|
5 ``` lua
|
|
6 readonly_stores = {
|
|
7 vcard = { "vcard-temp", "vCard" };
|
|
8 }
|
|
9 ```
|