Download:
child 97:fddc5e26348a
parent 95:776a9b51247e
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.

1 файлов изменено, 0 вставок(+), 13 удалений(-) [+]
contrib/provision/roles/tram-im/templates/etc/prosody/conf.avail/tram-im.cfg.lua file | annotate | diff | comparison | revisions
--- a/contrib/provision/roles/tram-im/templates/etc/prosody/conf.avail/tram-im.cfg.lua Mon Apr 04 20:35:49 2016 +0800
+++ b/contrib/provision/roles/tram-im/templates/etc/prosody/conf.avail/tram-im.cfg.lua Tue Apr 05 22:07:45 2016 +0800
@@ -18,16 +18,3 @@
allow_registration = true
authentication = "internal_hashed"
-
---[[
-Component "muc.{{ domain }}" "muc"
- name = "Multi-user chat on {{ domain }}"
- restrict_room_creation = "local"
- --modules_enabled = { "mam_muc" } -- Currently alpha
-]]--
-
---[[
-Component "proxy65.{{ domain }}" "proxy65"
- proxy65_acl = { "{{ domain }}" }
- modules_enabled = { "http_upload" }
-]]--