mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
remove garbage configuration
This commit is contained in:
parent
cb953f949f
commit
1cbfdce457
@ -75,8 +75,7 @@ terminate(Host, ServerHost) ->
|
||||
node_flat:terminate(Host, ServerHost).
|
||||
|
||||
options() ->
|
||||
[{node_type, __TO_BE_DEFINED__},
|
||||
{deliver_payloads, true},
|
||||
[{deliver_payloads, true},
|
||||
{notify_config, false},
|
||||
{notify_delete, false},
|
||||
{notify_retract, true},
|
||||
|
@ -86,7 +86,6 @@ terminate(Host, ServerHost) ->
|
||||
|
||||
options() ->
|
||||
[{odbc, true},
|
||||
{node_type, pep},
|
||||
{deliver_payloads, true},
|
||||
{notify_config, false},
|
||||
{notify_delete, false},
|
||||
|
@ -82,8 +82,7 @@ terminate(Host, ServerHost) ->
|
||||
node_flat:terminate(Host, ServerHost).
|
||||
|
||||
options() ->
|
||||
[{node_type, public},
|
||||
{deliver_payloads, true},
|
||||
[{deliver_payloads, true},
|
||||
{notify_config, false},
|
||||
{notify_delete, false},
|
||||
{notify_retract, true},
|
||||
|
Loading…
Reference in New Issue
Block a user