Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-27 17:20:04 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-27 17:20:04 +0300
commitac025ee6f21716bf18e84c2704ffda791a49fb8e (patch)
tree98af6886112e6a1afcc0425decc66df6e5d29a09 /ejabberd.yml.example
parentb1b3aba439a5992b3570e8cbbeabec992697e2f2 (diff)
Clarify new modules usage in the example config
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example13
1 files changed, 10 insertions, 3 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 0b6030bad..743820b0e 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -702,10 +702,17 @@ modules:
mod_vcard:
search: false
mod_version: {}
- # Since 17.02 S2S Dialback (XEP-0220) and Stream Management (XEP-0198)
- # are implemented in modules
- mod_s2s_dialback: {}
mod_stream_mgmt: {}
+ ## Non-SASL Authentication (XEP-0078) is now disabled by default
+ ## because it's obsoleted and is used mostly by abandoned
+ ## client software
+ ## mod_legacy_auth: {}
+ ## The module for S2S dialback (XEP-0220). Please note that you cannot
+ ## rely solely on dialback if you want to federate with other servers,
+ ## because a lot of servers have dialback disabled and instead rely on
+ ## PKIX authentication. Make sure you have proper certificates installed
+ ## and check your accessibility at https://xmpp.net/
+ mod_s2s_dialback: {}
##
## Enable modules with custom options in a specific virtual host