306:6092d5a5668b
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Jun 2018 22:44:14 +0800
provision: consider BOSH secure (and don't set certificate for prosody)

next change 307:7f86cb18d285
previous change 263:c92c3639acf3

contrib/provision/roles/tram-im/templates/etc/prosody/conf.avail/tram-im.cfg.lua

Permissions: -rw-r--r--

Other formats: Feeds:
plugin_paths = { "/var/lib/prosody/extra-modules" }
http_interfaces = { "127.0.0.1" }
https_interfaces = { }
consider_bosh_secure = true
VirtualHost "{{ domain }}"
admins = { "{{ admin_jid }}" }
modules_enabled = {
"bosh",
"register",
"vcard",
"private",
"carbons",
"csi",
"throttle_presence",
"filter_chatstates",
}
modules_disabled = { "s2s" }
allow_registration = true
authentication = "internal_hashed"