diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-07-08 10:43:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-08 10:43:25 +0300 |
commit | a981bf9a597d45455b867dc6765a6f73c21e1754 (patch) | |
tree | d8033cbca24cf864030b036d041c3aa31c0ca97e | |
parent | Merge pull request #2515 from ChaosKid42/fix_HMAC_in_http_upload (diff) | |
parent | Remove stats and time from template (diff) |
Merge pull request #2511 from licaon-kter/patch-5
Remove stats and time from template
-rw-r--r-- | ejabberd.yml.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 692c8dc7c..83d7285c1 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -199,10 +199,8 @@ modules: versioning: true mod_s2s_dialback: {} mod_shared_roster: {} - mod_stats: {} mod_stream_mgmt: resend_on_timeout: if_offline - mod_time: {} mod_vcard: search: false mod_vcard_xupdate: {} |