24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

remove obsolete node attribute

This commit is contained in:
Christophe Romain 2013-06-24 13:55:30 +02:00
parent 0e28e4b600
commit 95546ac20d
2 changed files with 1 additions and 3 deletions

View File

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

View File

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