328:c6851321a39e default tip
Anton Shestakov <av6@dwimlabs.net>, Sat, 14 Jul 2018 23:50:05 +0800
calls: use srcObject instead of URL.createObjectURL() and revokeObjectURL() Not sure about srcObject = null, needs to be tested.

previous change 307:7f86cb18d285

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"