96:3f3763a88680
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.

next change 164:f21dd417bc37
previous change 91:e66349b7f9c6

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 = { }
https_interfaces = { "127.0.0.1" }
VirtualHost "{{ domain }}"
admins = { "{{ admin_jid }}" }
ssl = {
certificate = "{{ ssl_cert }}";
key = "{{ ssl_key }}";
dhparam = "/etc/prosody/dh-2048.pem";
}
modules_enabled = { "register", "vcard", "bosh" }
modules_disabled = { "s2s" }
allow_registration = true
authentication = "internal_hashed"