mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update example configuration
This commit is contained in:
parent
303eea5e4d
commit
42b2e6c5ab
@ -221,7 +221,12 @@ listen:
|
|||||||
## port: 4560
|
## port: 4560
|
||||||
## ip: "::"
|
## ip: "::"
|
||||||
## module: ejabberd_xmlrpc
|
## module: ejabberd_xmlrpc
|
||||||
## access_commands: {}
|
## maxsessions: 10
|
||||||
|
## timeout: 5000
|
||||||
|
## access_commands:
|
||||||
|
## admin:
|
||||||
|
## commands: all
|
||||||
|
## options: []
|
||||||
|
|
||||||
##
|
##
|
||||||
## To enable secure http upload
|
## To enable secure http upload
|
||||||
@ -233,10 +238,6 @@ listen:
|
|||||||
## request_handlers:
|
## request_handlers:
|
||||||
## "": mod_http_upload
|
## "": mod_http_upload
|
||||||
## tls: true
|
## tls: true
|
||||||
## certfile: "/path/to/xmpp.pem"
|
|
||||||
## protocol_options: 'TLSOPTS'
|
|
||||||
## dhfile: 'DHFILE'
|
|
||||||
## ciphers: 'CIPHERS'
|
|
||||||
|
|
||||||
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
|
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
|
||||||
## password storage (see auth_password_format option).
|
## password storage (see auth_password_format option).
|
||||||
@ -250,7 +251,7 @@ listen:
|
|||||||
## Allowed values are: false, optional or required
|
## Allowed values are: false, optional or required
|
||||||
## You must specify 'certfiles' option
|
## You must specify 'certfiles' option
|
||||||
##
|
##
|
||||||
## s2s_use_starttls: required
|
## s2s_use_starttls: optional
|
||||||
|
|
||||||
##
|
##
|
||||||
## S2S whitelist or blacklist
|
## S2S whitelist or blacklist
|
||||||
@ -796,9 +797,9 @@ modules:
|
|||||||
search: false
|
search: false
|
||||||
mod_vcard_xupdate: {}
|
mod_vcard_xupdate: {}
|
||||||
## Convert all avatars posted by Android clients from WebP to JPEG
|
## Convert all avatars posted by Android clients from WebP to JPEG
|
||||||
mod_avatar:
|
## mod_avatar: # this module needs compile option --enable-graphics
|
||||||
convert:
|
## convert:
|
||||||
webp: jpeg
|
## webp: jpeg
|
||||||
mod_version: {}
|
mod_version: {}
|
||||||
mod_stream_mgmt: {}
|
mod_stream_mgmt: {}
|
||||||
## Non-SASL Authentication (XEP-0078) is now disabled by default
|
## Non-SASL Authentication (XEP-0078) is now disabled by default
|
||||||
|
Loading…
Reference in New Issue
Block a user