mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Force node config for bookmarks
This commit is contained in:
parent
50de427570
commit
a15039638b
@ -781,11 +781,14 @@ modules:
|
|||||||
- "flat"
|
- "flat"
|
||||||
- "hometree"
|
- "hometree"
|
||||||
- "pep" # pep requires mod_caps
|
- "pep" # pep requires mod_caps
|
||||||
## Avoid using OMEMO by default because it
|
|
||||||
## introduces a lot of hard-to-track problems
|
|
||||||
force_node_config:
|
force_node_config:
|
||||||
|
## Avoid using OMEMO by default because it
|
||||||
|
## introduces a lot of hard-to-track problems
|
||||||
"eu.siacs.conversations.axolotl.*":
|
"eu.siacs.conversations.axolotl.*":
|
||||||
access_model: whitelist
|
access_model: whitelist
|
||||||
|
## Avoid buggy clients to make their bookmarks public
|
||||||
|
"storage:bookmarks":
|
||||||
|
access_model: whitelist
|
||||||
mod_push: {}
|
mod_push: {}
|
||||||
mod_push_keepalive: {}
|
mod_push_keepalive: {}
|
||||||
## mod_register:
|
## mod_register:
|
||||||
|
Loading…
Reference in New Issue
Block a user