Anton Shestakov <av6@dwimlabs.net>, Tue, 05 Apr 2016 22:07:45 +0800
provision: remove commented out blocks from prosody config
Can be restored later when they get support.
contrib/provision/roles/tram-im/templates/etc/prosody/conf.avail/tram-im.cfg.lua
Permissions: -rw-r--r--
plugin_paths = { "/var/lib/prosody/extra-modules" } https_interfaces = { "127.0.0.1" } VirtualHost "{{ domain }}" admins = { "{{ admin_jid }}" } certificate = "{{ ssl_cert }}"; dhparam = "/etc/prosody/dh-2048.pem"; modules_enabled = { "register", "vcard", "bosh" } modules_disabled = { "s2s" } allow_registration = true authentication = "internal_hashed"