307:7f86cb18d285
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Jun 2018 22:45:21 +0800
provision: allow connections over WebSocket in addition to BOSH

previous change 306:6092d5a5668b

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
consider_websocket_secure = true
cross_domain_websocket = "https://{{ domain }}"
VirtualHost "{{ domain }}"
admins = { "{{ admin_jid }}" }
modules_enabled = {
"bosh",
"websocket",
"register",
"vcard",
"private",
"carbons",
"csi",
"throttle_presence",
"filter_chatstates",
}
modules_disabled = { "s2s" }
allow_registration = true
authentication = "internal_hashed"