mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Clarify new modules usage in the example config
This commit is contained in:
parent
b1b3aba439
commit
ac025ee6f2
@ -702,10 +702,17 @@ modules:
|
|||||||
mod_vcard:
|
mod_vcard:
|
||||||
search: false
|
search: false
|
||||||
mod_version: {}
|
mod_version: {}
|
||||||
# Since 17.02 S2S Dialback (XEP-0220) and Stream Management (XEP-0198)
|
|
||||||
# are implemented in modules
|
|
||||||
mod_s2s_dialback: {}
|
|
||||||
mod_stream_mgmt: {}
|
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
|
## Enable modules with custom options in a specific virtual host
|
||||||
|
Loading…
Reference in New Issue
Block a user