###
-### ejabberd configuration file
+###' ejabberd configuration file
###
###
### > Art thou not Romeo,
### and a Montague?
-### =======
-### LOGGING
+###. =======
+###' LOGGING
##
## loglevel: Verbosity of log files generated by ejabberd.
## - "bob@example.com"
-### ================
-### SERVED HOSTNAMES
+###. ================
+###' SERVED HOSTNAMES
##
## hosts: Domains served by ejabberd.
##
## route_subdomains: s2s
-### ===============
-### LISTENING PORTS
+###. ===============
+###' LISTENING PORTS
##
## listen: The ports ejabberd will listen on, which service each is handled
## register: true
captcha: true
+###. ==================
+###' S2S GLOBAL OPTIONS
+
##
## s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections.
## Allowed values are: false optional required required_trusted
## - ipv6
## outgoing_s2s_timeout: 10000
-### ==============
-### AUTHENTICATION
+###. ==============
+###' AUTHENTICATION
##
## auth_method: Method used to authenticate the users.
## - internal
## - anonymous
-### ==============
-### DATABASE SETUP
+###. ==============
+###' DATABASE SETUP
## ejabberd by default uses the internal Mnesia database,
## so you do not necessarily need this section.
##
## odbc_keepalive_interval: undefined
-### ===============
-### TRAFFIC SHAPERS
+###. ===============
+###' TRAFFIC SHAPERS
shaper:
##
## user:
## - "bob-local": "localhost"
-### ============
-### ACCESS RULES
+###. ============
+###' ACCESS RULES
access:
## Maximum number of simultaneous sessions allowed for a single user:
max_user_sessions:
## register:
## all: deny
-### ================
-### DEFAULT LANGUAGE
+###. ================
+###' DEFAULT LANGUAGE
##
## language: Default language used for server messages.
## "localhost":
## language: "ru"
-### =======
-### CAPTCHA
+###. =======
+###' CAPTCHA
##
## Full path to a script that generates the image.
##
## captcha_limit: 5
-### =======
-### MODULES
+###. =======
+###' MODULES
##
## Modules enabled in all ejabberd virtual hosts.
allow_contrib_modules: true
+###.
+###'
### Local Variables:
### mode: yaml
### End:
-### vim: set filetype=yaml tabstop=8
+### vim: set filetype=yaml tabstop=8 foldmarker=###',###. foldmethod=marker: