aboutsummaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-07-09 16:38:45 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-07-10 13:42:31 +0400
commita60dd672b7ff72f9c66cbd3fe00a829e0dfa3956 (patch)
treec7b66f0d8f8e078ab4644f909f03ff5e03851048 /test/ejabberd_SUITE_data
parentAdd SQL to Riak converter (diff)
Add Riak backend to the testing suit
Diffstat (limited to 'test/ejabberd_SUITE_data')
-rw-r--r--test/ejabberd_SUITE_data/ejabberd.yml41
1 files changed, 40 insertions, 1 deletions
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
@@ -151,6 +151,44 @@ 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: []
+ mod_version: []
"localhost":
auth_method: internal
"ldap.localhost":
@@ -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