Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3967:0957ba6aeb99
mod_smacks: Update documentation and slightly adjust default values
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Apr 2020 23:37:17 +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" }; } ```