mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Force node config for bookmarks
This commit is contained in:
parent
50de427570
commit
a15039638b
1 changed files with 5 additions and 2 deletions
|
@ -781,11 +781,14 @@ modules:
|
|||
- "flat"
|
||||
- "hometree"
|
||||
- "pep" # pep requires mod_caps
|
||||
force_node_config:
|
||||
## Avoid using OMEMO by default because it
|
||||
## introduces a lot of hard-to-track problems
|
||||
force_node_config:
|
||||
"eu.siacs.conversations.axolotl.*":
|
||||
access_model: whitelist
|
||||
## Avoid buggy clients to make their bookmarks public
|
||||
"storage:bookmarks":
|
||||
access_model: whitelist
|
||||
mod_push: {}
|
||||
mod_push_keepalive: {}
|
||||
## mod_register:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue