diff options
| author | Luke Smith <Luke Smith> | 2022-07-01 19:45:11 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-01 19:45:11 -0400 |
| commit | ee57e45d9a12f90c6f78243153e5f8fa11eb4afd (patch) | |
| tree | 0d1ff0474aeb3ae80bbdad603e6f673f7fdab89b /content/ejabberd.md | |
| parent | fb79cf647b99c6cd151af27c149ce626d13b2929 (diff) | |
| parent | 5a804fede6ab07224f71ddf4e408d0c351ba9e95 (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'content/ejabberd.md')
| -rw-r--r-- | content/ejabberd.md | 6 |
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! |
