Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5826:791aa8072f58
mod_groups_muc_bookmarks: Don't add deleted MUCs to user bookmarks
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 12 Jan 2024 18:21:08 +0000 |
| 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" }; } ```
