diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-05-17 17:21:59 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-05-17 17:21:59 +0300 |
commit | 5bdc6c082278695cd90694f57cba47f7db6a4023 (patch) | |
tree | 0d5be7c20ce675f0af1b59914ab117e5bf228c99 | |
parent | Implement cache for mod_vcard and mod_vcard_xupdate (diff) |
Get rid of deprecated option 'resume_timeout' in test config
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index db858e219..89618c0c0 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -443,7 +443,6 @@ listen: tls_verify: true shaper: c2s_shaper access: c2s - resume_timeout: 3 - port: @@s2s_port@@ module: ejabberd_s2s_in @@ -477,6 +476,7 @@ Welcome to this XMPP server." mod_legacy_auth: [] mod_stream_mgmt: max_ack_queue: 10 + resume_timeout: 3 mod_time: [] mod_version: [] registration_timeout: infinity |