24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02:00

Change pubsub plugins in the testing configuration

This commit is contained in:
Evgeniy Khramtsov 2013-06-25 18:26:00 +10:00
parent b03bf0df9f
commit 7d678fdd09

View File

@ -92,9 +92,7 @@
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
{ignore_pep_from_offline, true},
{last_item_cache, false},
{plugins, ["flat_odbc",
"hometree_odbc",
"pep_odbc"]}]},
{plugins, ["flat", "hometree", "pep"]}]},
{mod_roster, [{db_type, odbc}]},
{mod_vcard, [{db_type, odbc}]}]}
]}.
@ -114,9 +112,7 @@
{mod_pubsub_odbc, [{access_createnode, pubsub_createnode},
{ignore_pep_from_offline, true},
{last_item_cache, false},
{plugins, ["flat_odbc",
"hometree_odbc",
"pep_odbc"]}]},
{plugins, ["flat", "hometree", "pep"]}]},
{mod_roster, [{db_type, odbc}]},
{mod_vcard, [{db_type, odbc}]}]}
]}.