25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Update example configuration

This commit is contained in:
Christophe Romain 2017-12-11 10:27:48 +01:00
parent 303eea5e4d
commit 42b2e6c5ab

View File

@ -221,7 +221,12 @@ listen:
## port: 4560
## ip: "::"
## module: ejabberd_xmlrpc
## access_commands: {}
## maxsessions: 10
## timeout: 5000
## access_commands:
## admin:
## commands: all
## options: []
##
## To enable secure http upload
@ -233,10 +238,6 @@ listen:
## request_handlers:
## "": mod_http_upload
## tls: true
## certfile: "/path/to/xmpp.pem"
## protocol_options: 'TLSOPTS'
## dhfile: 'DHFILE'
## ciphers: 'CIPHERS'
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
## password storage (see auth_password_format option).
@ -250,7 +251,7 @@ listen:
## Allowed values are: false, optional or required
## You must specify 'certfiles' option
##
## s2s_use_starttls: required
## s2s_use_starttls: optional
##
## S2S whitelist or blacklist
@ -796,9 +797,9 @@ modules:
search: false
mod_vcard_xupdate: {}
## Convert all avatars posted by Android clients from WebP to JPEG
mod_avatar:
convert:
webp: jpeg
## mod_avatar: # this module needs compile option --enable-graphics
## convert:
## webp: jpeg
mod_version: {}
mod_stream_mgmt: {}
## Non-SASL Authentication (XEP-0078) is now disabled by default