aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add MQTT listener and module in example config19.02Christophe Romain2019-02-261-0/+6
|
* add acl for mam in mod_mucChristoph Scholz2019-01-041-0/+2
|
* Add HTTP listener on port 5280 for admin web interfaceEvgeny Khramtsov2018-12-131-0/+5
|
* Fix a pair of small typosBadlop2018-12-121-1/+1
|
* Change default ciphers to intermediatePaweł Chmielowski2018-12-071-5/+6
|
* Define default ciphers/protocol_option in example configPaweł Chmielowski2018-12-071-1/+19
|
* Config template recommend "open" access_modelLicaon_Kter2018-10-151-1/+1
| | | ...instead of "comment out", as many seem to misunderstand what and why should be or not be commented out
* Enable mod_proxy65 by defaultHolger Weiss2018-10-151-0/+3
|
* Avoid using * in 'certfiles' option of default configEvgeny Khramtsov2018-10-041-1/+2
|
* Increase 'max_stanza_size' limit for c2s listenerHolger Weiss2018-09-171-1/+1
| | | | | | Specify a larger 'max_stanza_size' limit for c2s connections in the default configuration in order to reduce the risk of this limit being hit by legitimate traffic (such as avatar uploads).
* Set a 'max_stanza_size' for incoming s2s listenerHolger Weiss2018-09-161-0/+1
| | | | | | Specify a 'max_stanza_size' limit for incoming s2s connections in the example configuration, but use a relatively large value in order to minimize the risk of this limit being hit by legitimate traffic.
* Enable TLS by default (and require it for c2s)Holger Weiss2018-07-181-2/+6
|
* Remove vcard search default valueLicaon_Kter2018-07-081-2/+1
|
* Remove stats and time from templateLicaon_Kter2018-07-061-2/+0
| | | Are these important for a new admin?
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2018-07-021-1/+1
|\
| * Default config example fix reversed textLicaon_Kter2018-07-011-1/+1
| | | | | | ...in enable OMEMO
* | Enable Roster Versioning in the default config fileEvgeniy Khramtsov2018-07-021-1/+2
|/
* Simplify the default configuration fileEvgeniy Khramtsov2018-07-011-721/+63
| | | | | | | | | | | | | | | After some discussion with the community it was decided to clean the configuration file from excessive comments and explicitly configured default values. Also, mod_mam and mod_http_upload have been added. The rationale for this is to have a clean and not bloated configuration file which doesn't scare away newcomers and which has all features from the Compliance Suite 2018 (XEP-0387) enabled by default. For further configuration an admin is encouraged to read the documentation at https://docs.ejabberd.im/admin/configuration
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-201-1/+0
|
* OMEMO enable HOWTO addedimShara2018-06-061-1/+2
| | | Depend on #2425
* Add default_db in the example configLicaon_Kter2018-05-281-0/+8
| | | I only found it in the docs after setting up per module db_
* Option watchdog_admins has no effect anymoreEvgeniy Khramtsov2018-05-081-8/+0
|
* config: move section about direct-tls for c2s just under regular c2s config ↵Romain DEP.2018-03-281-14/+14
| | | | (to ease parameters comparison)
* Clarify the statement about mod_http_upload thumbnailsEvgeniy Khramtsov2018-03-231-1/+1
|
* Force node config for bookmarksEvgeniy Khramtsov2018-03-231-2/+5
|
* Move force_node_config defaults into ejabberd.yml.exampleEvgeniy Khramtsov2018-03-231-0/+5
|
* Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its ↵Alexey Shchepin2018-03-151-0/+5
| | | | default value to true (#2239)
* Add mod_fail2ban to the example configEvgeniy Khramtsov2018-03-101-0/+1
|
* Always build eimp dependencyEvgeniy Khramtsov2018-01-151-4/+1
| | | | | | Even if no suitable C graphics libraries are detected at compile time, the package is still usable because it provides `eimp:get_type/1` which is used by mod_avatar.
* Fix example config macro namesLicaon_Kter2018-01-131-3/+3
| | | These were missed in https://github.com/processone/ejabberd/commit/c26b56679e06ef8b88734030de11c6b885f9bb78#diff-19e0c10699732f76181f70cfbec95d38 I guess.
* Note about direct-tls connections in example configEvgeniy Khramtsov2018-01-121-0/+15
|
* Fix indentation in commented exampleChristophe Romain2018-01-101-3/+3
|
* Use TLS defaults from fast_tlsEvgeniy Khramtsov2018-01-061-0/+4
|
* Remove obsolete optionChristophe Romain2017-12-261-1/+0
|
* Revert removal of certfile option on http listenerChristophe Romain2017-12-111-0/+4
|
* Update example configurationChristophe Romain2017-12-111-9/+10
|
* Replace s2s_cafile with ca_file in ejabberd.yml.exampleEvgeniy Khramtsov2017-12-071-1/+1
|
* Fix minor typo in commentChristophe Romain2017-11-241-1/+1
|
* Update URL to IM ObservatoryEvgeniy Khramtsov2017-11-201-1/+1
|
* Add notes about s2s_cafileEvgeniy Khramtsov2017-11-201-0/+3
|
* Modernize the example config a bitEvgeniy Khramtsov2017-11-201-33/+29
|
* Improve ACME descriptionEvgeniy Khramtsov2017-11-151-3/+4
|
* Merge branch 'lets_encrypt_acme_support' of ↵Evgeniy Khramtsov2017-11-151-0/+32
|\ | | | | | | | | | | | | | | git://github.com/angelhof/ejabberd into angelhof-lets_encrypt_acme_support Conflicts: rebar.config src/ejabberd_pkix.erl
| * Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-141-1/+11
| | | | | | | | | | | | | | 1. Add a request handler in ejabberd_http and explain how to configure the http listener so that the challenges can be solved. 2. Make acme configuration optional by providing defaults in ejabberd_acme. 3. Save the CA that the account has been created in so that it creates a new account when connecting to a new CA. 4. Small spec change in acme configuration.
| * Configuration file changesKonstantinos Kallas2017-11-111-10/+14
| | | | | | | | Explain the acme configuration options
| * List the possible ca_urls in example config fileKonstantinos Kallas2017-08-221-1/+6
| |
| * Merge remote-tracking branch 'upstream/master'Konstantinos Kallas2017-08-191-0/+2
| |\
| * | Move the ca_url to the config fileKonstantinos Kallas2017-08-121-2/+2
| | |
| * | Sync fork with upstreamKonstantinos Kallas2017-07-261-4/+4
| |\ \
| * | | Solve acme challenges using built in http serverKonstantinos Kallas2017-07-121-1/+3
| | | |