summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-01 08:01:52 -0400
committerGitHub <noreply@github.com>2022-07-01 08:01:52 -0400
commit2dc95817a75affc52893bb9aff65c14c1c133dbd (patch)
tree4efabd309800a10cb90c08ef32568697c59fcdec
parent4934444ab713dcacf300bcffec4e3be0206a8b78 (diff)
parent6a0226c82995bedf5e718c06451e013e7f5ccb89 (diff)
Merge pull request #196 from HAMM3REXTREME/HAMM3REXTREME-patch-1
Added a short_desc and fix a typo in coturn.md
-rw-r--r--content/coturn.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/coturn.md b/content/coturn.md
index 25c1a34..5dd60b3 100644
--- a/content/coturn.md
+++ b/content/coturn.md
@@ -1,13 +1,14 @@
---
title: "Coturn"
date: 2022-03-29
+short_desc: 'A STUN and TURN server that allows users to perform WebRTC calls while being behind NATs.'
icon: "webrtc.svg"
img: "webrtc.svg"
tags: ['service']
---
[Coturn](https://github.com/coturn/coturn) is a libre **STUN** and
-**TURN** server software that allows users of chat protcols (Such as
+**TURN** server software that allows users of chat protocols (Such as
[XMPP](/prosody) and [Matrix](/matrix)) to perform WebRTC **voice
and video calls** despite them being behind NATs.