Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5339:6d99ddd99694
mod_muc_http_defaults: Use the new set_subject API. Thanks John Livingston
author | Maxime “pep” Buquet <pep@bouah.net> |
---|---|
date | Tue, 11 Apr 2023 15:59:35 +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" }; } ```