src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/templates/prosody.cfg.lua.j2
diff options
context:
space:
mode:
Diffstat (limited to 'prosody/templates/prosody.cfg.lua.j2')
-rw-r--r--prosody/templates/prosody.cfg.lua.j220
1 files changed, 20 insertions, 0 deletions
diff --git a/prosody/templates/prosody.cfg.lua.j2 b/prosody/templates/prosody.cfg.lua.j2
new file mode 100644
index 0000000..15a1b38
--- /dev/null
+++ b/prosody/templates/prosody.cfg.lua.j2
@@ -0,0 +1,20 @@
+VirtualHost "{{prosody_vhost}}"
+ ssl = {
+ key = "{{prosody_ssl_privkey}}";
+ certificate = "{{prosody_ssl_cert}}";
+ }
+
+------ Components ------
+-- You can specify components to add hosts that provide special services,
+-- like multi-user conferences, and transports.
+-- For more information on components, see http://prosody.im/doc/components
+
+-- Set up a MUC (multi-user chat) room server on conference.example.com:
+--Component "conference.example.com" "muc"
+
+-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
+--Component "proxy.example.com" "proxy65"
+
+---Set up an external component (default component port is 5347)
+--Component "gateway.example.com"
+-- component_secret = "password"