aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-22Expand ejabberd.yml.example by enabling mod_http_api with couple commandsPaweł Chmielowski1-24/+39
2017-03-21Replace mod_http_bind by mod_bosh in config exampleChristophe Romain1-1/+1
2017-03-20Remove misleading sentence about s2s dialbackEvgeniy Khramtsov1-1/+1
2017-03-10Note how to apply s2s Access Rights in the exampleAlex Jordan1-0/+1
2017-02-27Clarify new modules usage in the example configEvgeniy Khramtsov1-3/+10
2017-02-21Rename mod_sm -> mod_stream_mgmtEvgeniy Khramtsov1-1/+1
2017-01-16Add mod_sm and mod_s2s_dialback to example configEvgeniy Khramtsov1-0/+4
2017-01-13Add example api_permisions: definition to config templatePaweł Chmielowski1-0/+34
Also expand default config to have rule for admin oauth
2016-09-07Merge pull request #1253 from Amuhar/xep0356Christophe Romain1-0/+10
2016-06-24Inline muc access rulesPaweł Chmielowski1-8/+4
2016-06-17Use shorter jid acl in config templateChristophe Romain1-5/+5
2016-06-16Use new short access rules in config templatePaweł Chmielowski1-41/+25
2016-05-26Convert example config to use new syntax for access rulesPaweł Chmielowski1-28/+50
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov1-20/+20
2016-03-19Fix indentation of mod_register in default configuration fileBadlop1-1/+1
2016-03-11Don't enable in-band registration by defaultHolger Weiss1-19/+13
2015-11-17Fix example config about ejabberd_xmlrpc (#771)Badlop1-0/+1
2015-11-13Disable vJUD search in the default config and when not specifiedBadlop1-1/+2
2015-08-05mod_client_state: Throttle stanzas by defaultHolger Weiss1-3/+1
Enable the mod_client_state options "drop_chat_states" and "queue_presence" by default. These features are now well-tested in practice.
2015-06-15Add option to set net_ticktime (EJAB-1742)Paweł Chmielowski1-0/+9
2015-05-22Add fold markers to config file for Vim editorsBadlop1-22/+27
2015-04-15Remove http_poll modulePaweł Chmielowski1-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.
2015-04-15Enable websocket connection in default config filePaweł Chmielowski1-2/+3
2015-04-08Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521)Badlop1-0/+1
2015-03-26Add mod_admin_extra as a commented moduleBadlop1-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.
2015-03-20Add SQLite supportSergey Abramyan1-0/+6
2015-03-11Add packaging support for contributed modulesChristophe Romain1-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
2014-10-20Remove append_host_config from ejabberd.yml.exampleEvgeniy Khramtsov1-1/+1
2014-09-11Support XEP-0352: Client State IndicationHolger Weiss1-0/+3
2014-07-27Mention "starttls_required" option in ejabberd.ymlHolger Weiss1-0/+5
Closes #258.
2014-07-27Apply minor improvement to ejabberd.yml commentHolger Weiss1-1/+1
2014-07-22Fix "s2s_access" option name in documentationHolger Weiss1-2/+2
2014-07-20Fix ejabberd.yml comment on overload protectionHolger Weiss1-1/+1
2014-07-20Fix ejabberd.yml comment on log rotation syntaxHolger Weiss1-1/+1
2014-07-02add ability to rotate logs on given date conditionChristophe Romain1-2/+28
2014-04-08Enable mod_carboncopy in example configurationHolger Weiss1-0/+1
XEP-0280 seems to be quite popular these days.
2014-04-08Add option to specify openssl optionsAntonio Murdaca1-0/+12
2014-01-02Fix example configuration option 'add' to 'append_host_config'Badlop1-5/+4
2013-08-30Fix the template: do not use 'global' keyword13.09Evgeniy Khramtsov1-7/+4
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov1-0/+615