From 42b2e6c5abc72999110815b2d7a277ddb73821f1 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 11 Dec 2017 10:27:48 +0100 Subject: [PATCH] Update example configuration --- ejabberd.yml.example | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 9c82b551b..61c6586b8 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -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