summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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' keywordEvgeniy Khramtsov2013-08-301-7/+4
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-0/+615