aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use new short access rules in config templatePaweł Chmielowski2016-06-161-41/+25
|
* Convert example config to use new syntax for access rulesPaweł Chmielowski2016-05-261-28/+50
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-20/+20
|
* Fix indentation of mod_register in default configuration fileBadlop2016-03-191-1/+1
|
* Don't enable in-band registration by defaultHolger Weiss2016-03-111-19/+13
|
* Fix example config about ejabberd_xmlrpc (#771)Badlop2015-11-171-0/+1
|
* Disable vJUD search in the default config and when not specifiedBadlop2015-11-131-1/+2
|
* mod_client_state: Throttle stanzas by defaultHolger Weiss2015-08-051-3/+1
| | | | | | Enable the mod_client_state options "drop_chat_states" and "queue_presence" by default. These features are now well-tested in practice.
* Add option to set net_ticktime (EJAB-1742)Paweł Chmielowski2015-06-151-0/+9
|
* Add fold markers to config file for Vim editorsBadlop2015-05-221-22/+27
|
* Remove http_poll modulePaweł Chmielowski2015-04-151-1/+0
| | | | | | | For couple years browsers did limit ability to change cookies from js for different domains, this made http_poll connections practically not usuable. I don't think this module is used at all so it's time to put it to rest.
* Enable websocket connection in default config filePaweł Chmielowski2015-04-151-2/+3
|
* Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521)Badlop2015-04-081-0/+1
|
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-0/+6
|\ | | | | Add SQLite support
| * Add SQLite supportSergey Abramyan2015-03-201-0/+6
| |
* | Add mod_admin_extra as a commented moduleBadlop2015-03-261-0/+1
|/ | | | | | Previous commits were done with: for i in `git log --reverse --date-order --format=%h mod_admin_extra.erl`; do git format-patch -1 $i; cat 00* >>patch; rm 00*; done Then editing patch to remove unneeded files and fix path.
* Add packaging support for contributed modulesChristophe Romain2015-03-111-0/+8
| | | | | | | This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime
* Remove append_host_config from ejabberd.yml.exampleEvgeniy Khramtsov2014-10-201-1/+1
|
* Support XEP-0352: Client State IndicationHolger Weiss2014-09-111-0/+3
|
* Mention "starttls_required" option in ejabberd.ymlHolger Weiss2014-07-271-0/+5
| | | | Closes #258.
* Apply minor improvement to ejabberd.yml commentHolger Weiss2014-07-271-1/+1
|
* Fix "s2s_access" option name in documentationHolger Weiss2014-07-221-2/+2
|
* Fix ejabberd.yml comment on overload protectionHolger Weiss2014-07-201-1/+1
|
* Fix ejabberd.yml comment on log rotation syntaxHolger Weiss2014-07-201-1/+1
|
* add ability to rotate logs on given date conditionChristophe Romain2014-07-021-2/+28
|
* Merge pull request #162 from weiss/enable-carbonsbadlop2014-04-221-0/+1
|\ | | | | Enable mod_carboncopy in example configuration
| * Enable mod_carboncopy in example configurationHolger Weiss2014-04-081-0/+1
| | | | | | | | XEP-0280 seems to be quite popular these days.
* | Add option to specify openssl optionsAntonio Murdaca2014-04-081-0/+12
|/
* Fix example configuration option 'add' to 'append_host_config'Badlop2014-01-021-5/+4
|
* Fix the template: do not use 'global' keyword13.09Evgeniy Khramtsov2013-08-301-7/+4
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-0/+615