change default PEP config for simpler setup (EJAB-1494)

This commit is contained in:
Christophe Romain 2013-06-24 13:46:27 +02:00
parent 91948729e9
commit 831ae2927a
2 changed files with 4 additions and 4 deletions

View File

@ -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},

View File

@ -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, []},