--- a/ejabberd.yml +++ b/ejabberd.yml @@ -2,6 +2,8 @@ ###' ejabberd configuration file ### ### +include_config_file: + "/etc/local-COMMON/ejabberd/prepend.yml": [] ### The parameters used in this configuration file are explained in more detail ### in the ejabberd Installation and Operation Guide. @@ -168,23 +170,11 @@ ## port: 4560 ## module: ejabberd_xmlrpc ## access_commands: {} - - - port: 5280 - ip: "::" - module: ejabberd_http - request_handlers: - "/websocket": ejabberd_http_ws - ## "/pub/archive": mod_http_fileserver - web_admin: true - http_bind: true - ## register: true - ## captcha: true - tls: true - certfile: "/etc/ejabberd/ejabberd.pem" ## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text ## password storage (see auth_password_format option). -disable_sasl_mechanisms: "digest-md5" +disable_sasl_mechanisms: + - "digest-md5" ###. ================== ###' S2S GLOBAL OPTIONS @@ -685,6 +675,8 @@ allow_contrib_modules: true +include_config_file: + "/etc/local-COMMON/ejabberd/append.yml": [] ###. ###' ### Local Variables: