Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4420:a81516906822
mod_muc_defaults: handle case where affiliations are unset
Otherwise, this tracebacks in set_affiliations.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Sun, 31 Jan 2021 16:12:47 +0100 |
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" }; } ```