+-- Set up external services
+external_services = {
+ {
+ type = "stun",
+ transport = "udp",
+ host = "{{ prosody.host }}",
+ port = 3478
+ }, {
+ type = "turn",
+ transport = "udp",
+ host = "{{ prosody.host }}",
+ port = 3478,
+ secret = "{{ prosody.turn.secret }}"
+ }
+}
+