From a60dd672b7ff72f9c66cbd3fe00a829e0dfa3956 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 9 Jul 2014 16:38:45 +0400 Subject: Add Riak backend to the testing suit --- test/ejabberd_SUITE_data/ejabberd.yml | 41 ++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'test/ejabberd_SUITE_data') diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index fd80b199f..f0cad2023 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -147,6 +147,44 @@ Welcome to this XMPP server." welcome_message: subject: "Welcome!" body: "Hi. +Welcome to this XMPP server." + mod_stats: [] + mod_time: [] + mod_version: [] + "riak.localhost": + auth_method: riak + modules: + mod_announce: + db_type: riak + mod_blocking: + db_type: riak + mod_caps: + db_type: riak + mod_last: + db_type: riak + mod_muc: + db_type: riak + mod_offline: + db_type: riak + mod_privacy: + db_type: riak + mod_private: + db_type: riak + mod_roster: + versioning: true + store_current_id: true + db_type: riak + mod_vcard: + db_type: riak + mod_adhoc: [] + mod_configure: [] + mod_disco: [] + mod_ping: [] + mod_proxy65: [] + mod_register: + welcome_message: + subject: "Welcome!" + body: "Hi. Welcome to this XMPP server." mod_stats: [] mod_time: [] @@ -186,6 +224,7 @@ hosts: - "pgsql.localhost" - "extauth.localhost" - "ldap.localhost" + - "riak.localhost" access: announce: admin: allow @@ -258,4 +297,4 @@ Welcome to this XMPP server." registration_timeout: infinity shaper: fast: 50000 - normal: 1000 \ No newline at end of file + normal: 1000 -- cgit v1.2.3