summaryrefslogtreecommitdiff
path: root/content/coturn.md
diff options
context:
space:
mode:
authorDenshi <alex@denshi.org>2023-03-21 19:58:09 +0400
committerDenshi <alex@denshi.org>2023-03-21 19:58:09 +0400
commit46a8ff50ef16904e1a5140550a11616c38f6cbcb (patch)
treee3f6907d38a6c13974c8d2ddcfc8c43aeae57842 /content/coturn.md
parent0d8a5922c1436f0b563fe59a720923b94f820ac5 (diff)
Added Dendrite guide, added voice and video calling guide to Prosody, fixed up ejabberd PostgreSQL so it applies to all modules
Diffstat (limited to 'content/coturn.md')
-rw-r--r--content/coturn.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/coturn.md b/content/coturn.md
index 614b87c..b49c47c 100644
--- a/content/coturn.md
+++ b/content/coturn.md
@@ -102,6 +102,11 @@ systemctl restart coturn
At this stage, you should look in your application's own guide on how to set the TURN and STUN server settings. Configure it to point at **turn.example.org** and use either your **username and password pair** or your super-secure **authentication secret.**
+- [How to configure TURN on ejabberd](/ejabberd#voice-and-video-calls)
+- [How to configure TURN on Prosody](/prosody#voice-and-video-calls)
+- [How to configure TURN on Matrix Synapse](/matrix#voice-and-video-calls)
+- [How to configure TURN on Matrix Dendrite](/dendrite#voice-and-video-calls)
+
Congratulations! You've successfully setup a Coturn server!
---