aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | |
| * | | Add the certificate directory in ejabberd.yml.ecampleKonstantinos Kallas2017-07-071-1/+2
| | | |
| * | | Add support for command get_certificates, very crudeKonstantinos Kallas2017-07-031-0/+10
| | | |
* | | | Introduce 'certfiles' global optionEvgeniy Khramtsov2017-11-011-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The option is supposed to replace existing options 'c2s_certfile', 's2s_certfile' and 'domain_certfile'. The option accepts a list of file paths (optionally with wildcards "*") containing either PEM certificates or PEM private keys. At startup, ejabberd sorts the certificates, finds matching private keys and rebuilds full certificates chains which can be used by fast_tls. Example: certfiles: - "/etc/letsencrypt/live/example.org/*.pem" - "/etc/letsencrypt/live/example.com/*.pem"
* | | | Merge pull request #2028 from weiss/increase-queue-sizesEvgeny Khramtsov2017-10-291-1/+1
|\ \ \ \ | | | | | | | | | | Increase max_fsm_queue and max_ack_queue sizes
| * | | | Increase 'max_fsm_queue' defaultHolger Weiss2017-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | The old default was becoming too small for some workloads.
* | | | | config: makes line endings consistent when followed by '-'Romain DEP.2017-09-301-7/+7
| | | | |
* | | | | config: makes line endings consistent when followed by ':'Romain DEP.2017-09-301-15/+15
|/ / / /
* | | | Add mod_avatar to the example configurationEvgeniy Khramtsov2017-09-251-0/+5
| | | |
* | | | Add some recommended TLSOPTS as comments in the default config (#2004)Badlop2017-09-211-0/+2
| | | |
* | | | Deprecate `s2s_use_starttls: required_trusted`Evgeniy Khramtsov2017-09-021-1/+1
| |_|/ |/| | | | | | | | | | | | | | The functionality can be now obtained by using `s2s_use_starttls: required` with `mod_s2s_dialback` being unloaded.
* | | Add mod_push_keepaliveHolger Weiss2017-07-211-0/+1
| | | | | | | | | | | | | | | | | | This module tries to keep pending stream management sessions of push clients alive (as long as the disconnected clients are reachable via push notifications).
* | | Support XEP-0357: Push NotificationsHolger Weiss2017-07-201-0/+1
| |/ |/| | | | | Closes #1379.
* | More explicit bosh configuration handlerMickaël Rémond2017-06-231-2/+2
| | | | | | I also updated default url from to match URL suggested by XEP-0156
* | Fix outgoing_s2s_timeout description (#1684)Christophe Romain2017-06-211-2/+2
|/
* Add more ipv6 loopback addressesPaweł Chmielowski2017-06-091-0/+1
|
* Allow api access on both ipv4 and 6 loopback addressesPaweł Chmielowski2017-06-091-3/+4
| | | | This should fix issue #1769
* Improve S2S examples (#1583)Christophe Romain2017-04-071-5/+3
|
* Add more examples on config template (#1583)Christophe Romain2017-04-071-19/+67
|
* Expand ejabberd.yml.example by enabling mod_http_api with couple commandsPaweł Chmielowski2017-03-221-24/+39
|
* Replace mod_http_bind by mod_bosh in config exampleChristophe Romain2017-03-211-1/+1
|
* Remove misleading sentence about s2s dialbackEvgeniy Khramtsov2017-03-201-1/+1
|
* Note how to apply s2s Access Rights in the exampleAlex Jordan2017-03-101-0/+1
|
* Clarify new modules usage in the example configEvgeniy Khramtsov2017-02-271-3/+10
|
* Rename mod_sm -> mod_stream_mgmtEvgeniy Khramtsov2017-02-211-1/+1
|
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cyrsasl.erl src/ejabberd_c2s.erl src/ejabberd_cluster.erl src/ejabberd_frontend_socket.erl src/ejabberd_node_groups.erl src/ejabberd_router.erl src/mod_bosh.erl src/mod_ip_blacklist.erl src/mod_muc_mnesia.erl src/mod_offline.erl src/mod_proxy65_sm.erl
| * Add mod_sm and mod_s2s_dialback to example configEvgeniy Khramtsov2017-01-161-0/+4
| |
* | Add example api_permisions: definition to config templatePaweł Chmielowski2017-01-131-0/+34
|/ | | | Also expand default config to have rule for admin oauth
* Merge pull request #1253 from Amuhar/xep0356Christophe Romain2016-09-071-0/+10
|
* Inline muc access rulesPaweł Chmielowski2016-06-241-8/+4
|
* Use shorter jid acl in config templateChristophe Romain2016-06-171-5/+5
|