mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Move force_node_config defaults into ejabberd.yml.example
This commit is contained in:
parent
92bc5dc85b
commit
55604b2d97
@ -781,6 +781,11 @@ 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:
|
||||||
|
"eu.siacs.conversations.axolotl.*":
|
||||||
|
access_model: whitelist
|
||||||
mod_push: {}
|
mod_push: {}
|
||||||
mod_push_keepalive: {}
|
mod_push_keepalive: {}
|
||||||
## mod_register:
|
## mod_register:
|
||||||
|
@ -3891,9 +3891,4 @@ mod_options(Host) ->
|
|||||||
{pep_mapping, []},
|
{pep_mapping, []},
|
||||||
{plugins, [?STDNODE]},
|
{plugins, [?STDNODE]},
|
||||||
{max_subscriptions_node, undefined},
|
{max_subscriptions_node, undefined},
|
||||||
{default_node_config, []},
|
{default_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}]}]}].
|
|
||||||
|
Loading…
Reference in New Issue
Block a user