Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3891:38504ec4c89b
mod_list_inactive: report last action timestamp
author | Georg Lukas <georg@op-co.de> |
---|---|
date | Mon, 17 Feb 2020 16:42:24 +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" }; } ```