Software / code / prosody-modules
File
mod_readonly/README.md @ 6031:2c6b14207271
mod_bookmark: remove mod_bookmarks.lua
| author | Menel <menel@snikket.de> |
|---|---|
| date | Thu, 31 Oct 2024 13:48:22 +0100 |
| parent | 6003:fe081789f7b5 |
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" }; } ```