mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
change default PEP config for simpler setup (EJAB-1494)
This commit is contained in:
parent
91948729e9
commit
831ae2927a
@ -67,8 +67,8 @@ terminate(Host, ServerHost) ->
|
||||
options() ->
|
||||
[{deliver_payloads, true}, {notify_config, false},
|
||||
{notify_delete, false}, {notify_retract, false},
|
||||
{purge_offline, false}, {persist_items, false},
|
||||
{max_items, ?MAXITEMS}, {subscribe, true},
|
||||
{purge_offline, false}, {persist_items, true},
|
||||
{max_items, 1}, {subscribe, true},
|
||||
{access_model, presence}, {roster_groups_allowed, []},
|
||||
{publish_model, publishers},
|
||||
{notification_type, headline},
|
||||
|
@ -76,8 +76,8 @@ options() ->
|
||||
{notify_delete, false},
|
||||
{notify_retract, false},
|
||||
{purge_offline, false},
|
||||
{persist_items, false},
|
||||
{max_items, ?MAXITEMS},
|
||||
{persist_items, true},
|
||||
{max_items, 1},
|
||||
{subscribe, true},
|
||||
{access_model, presence},
|
||||
{roster_groups_allowed, []},
|
||||
|
Loading…
Reference in New Issue
Block a user