mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
remove obsolete node attribute
This commit is contained in:
parent
0e28e4b600
commit
95546ac20d
@ -57,8 +57,7 @@ terminate(Host, ServerHost) ->
|
|||||||
node_hometree_odbc:terminate(Host, ServerHost).
|
node_hometree_odbc:terminate(Host, ServerHost).
|
||||||
|
|
||||||
options() ->
|
options() ->
|
||||||
[{node_type, flat},
|
[{deliver_payloads, true},
|
||||||
{deliver_payloads, true},
|
|
||||||
{notify_config, false},
|
{notify_config, false},
|
||||||
{notify_delete, false},
|
{notify_delete, false},
|
||||||
{notify_retract, true},
|
{notify_retract, true},
|
||||||
|
@ -70,7 +70,6 @@ terminate(Host, ServerHost) ->
|
|||||||
-spec(options/0 :: () -> NodeOptions::mod_pubsub:nodeOptions()).
|
-spec(options/0 :: () -> NodeOptions::mod_pubsub:nodeOptions()).
|
||||||
options() ->
|
options() ->
|
||||||
[{odbc, true},
|
[{odbc, true},
|
||||||
{node_type, pep},
|
|
||||||
{deliver_payloads, true},
|
{deliver_payloads, true},
|
||||||
{notify_config, false},
|
{notify_config, false},
|
||||||
{notify_delete, false},
|
{notify_delete, false},
|
||||||
|
Loading…
Reference in New Issue
Block a user