aboutsummaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-25 18:26:00 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-25 18:26:55 +1000
commit7d678fdd09a95b0117f14a1cabcf47cf81e41248 (patch)
treeab18568425f9518b6ed5894b3f64a12fc9c9ca97 /test/ejabberd_SUITE_data
parentupdate guide with simplified pubsub_odbc config (diff)
Change pubsub plugins in the testing configuration
Diffstat (limited to 'test/ejabberd_SUITE_data')
-rw-r--r--test/ejabberd_SUITE_data/ejabberd.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.cfg b/test/ejabberd_SUITE_data/ejabberd.cfg
index 7895a4103..b50913353 100644
--- a/test/ejabberd_SUITE_data/ejabberd.cfg
+++ b/test/ejabberd_SUITE_data/ejabberd.cfg
@@ -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}]}]}
]}.