Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3999:22784f001b7f
muc_defaults: Fix setting name
author | JC Brand <jc@opkode.com> |
---|---|
date | Wed, 29 Apr 2020 12:59:53 +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" }; } ```