Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4641:64fafbeba14d
mod_bookmarks2: Add missing @publisher in tests
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 30 Jul 2021 22:00:51 +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" }; } ```