summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorJérôme Sautret <jerome.sautret@process-one.net>2020-04-29 10:29:05 +0200
committerGitHub <noreply@github.com>2020-04-29 10:29:05 +0200
commit0539637d30b8468313cfeb9c8293c88d8aaee882 (patch)
tree7e059e76b29b31049249f643522dd33dedefbb13 /ejabberd.yml.example
parentRewrite sentences in modules options examples, to not break Docs indentation (diff)
parentEnable STUN/TURN by default (diff)
Merge pull request #3232 from weiss/enable-stun
Enable STUN/TURN support by default
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 51204ebe..8f2a870c 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -58,6 +58,13 @@ listen:
/admin: ejabberd_web_admin
/.well-known/acme-challenge: ejabberd_acme
-
+ port: 3478
+ transport: udp
+ module: ejabberd_stun
+ use_turn: true
+ ## The server's public IPv4 address:
+ # turn_ip: 203.0.113.3
+ -
port: 1883
ip: "::"
module: mod_mqtt