summaryrefslogtreecommitdiff
path: root/content/ejabberd.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-01 08:39:42 -0400
committerGitHub <noreply@github.com>2022-07-01 08:39:42 -0400
commit1af70b1603145fb602406b3bb7baec9d3bc72b51 (patch)
treee9b29d07c07c35b17f65fbc289f26c2b87108d35 /content/ejabberd.md
parent2067ea2db8a415ca5fad77bfa5050a11a25925c1 (diff)
parent575d1b6fa20e59e0e7ccd6beeed6ed15a583ffa9 (diff)
Merge pull request #203 from TheYellowArchitect/patch-1
Minor Indentation fix - TURN & STUN for calls
Diffstat (limited to 'content/ejabberd.md')
-rw-r--r--content/ejabberd.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/ejabberd.md b/content/ejabberd.md
index 7f024f1..0a7f3a8 100644
--- a/content/ejabberd.md
+++ b/content/ejabberd.md
@@ -243,11 +243,11 @@ your turnserver:
secret: "your_auth_secret"
services:
-
- host: turn.example.org
+ host: turn.example.org
type: stun
-
- host: turn.example.org
- type: turn
+ host: turn.example.org
+ type: turn
```
And with that, you\'ve successfully setup your ejabberd XMPP server!