mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Change pubsub plugins in the testing configuration
This commit is contained in:
parent
b03bf0df9f
commit
7d678fdd09
@ -92,9 +92,7 @@
|
|||||||
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
|
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
|
||||||
{ignore_pep_from_offline, true},
|
{ignore_pep_from_offline, true},
|
||||||
{last_item_cache, false},
|
{last_item_cache, false},
|
||||||
{plugins, ["flat_odbc",
|
{plugins, ["flat", "hometree", "pep"]}]},
|
||||||
"hometree_odbc",
|
|
||||||
"pep_odbc"]}]},
|
|
||||||
{mod_roster, [{db_type, odbc}]},
|
{mod_roster, [{db_type, odbc}]},
|
||||||
{mod_vcard, [{db_type, odbc}]}]}
|
{mod_vcard, [{db_type, odbc}]}]}
|
||||||
]}.
|
]}.
|
||||||
@ -114,9 +112,7 @@
|
|||||||
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
|
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
|
||||||
{ignore_pep_from_offline, true},
|
{ignore_pep_from_offline, true},
|
||||||
{last_item_cache, false},
|
{last_item_cache, false},
|
||||||
{plugins, ["flat_odbc",
|
{plugins, ["flat", "hometree", "pep"]}]},
|
||||||
"hometree_odbc",
|
|
||||||
"pep_odbc"]}]},
|
|
||||||
{mod_roster, [{db_type, odbc}]},
|
{mod_roster, [{db_type, odbc}]},
|
||||||
{mod_vcard, [{db_type, odbc}]}]}
|
{mod_vcard, [{db_type, odbc}]}]}
|
||||||
]}.
|
]}.
|
||||||
|
Loading…
Reference in New Issue
Block a user