From 575d1b6fa20e59e0e7ccd6beeed6ed15a583ffa9 Mon Sep 17 00:00:00 2001 From: TheYellowArchitect Date: Fri, 1 Jul 2022 15:34:01 +0300 Subject: Minor Indentation fix - TURN & STUN for calls Just look at the bottom section. The goal of this is to make it the same as the original. The Hugo version's indentation should work, but it looked off (3 unindented, 1 indented) Anyway, as minor a PR can be, didn't even use git P.S. Why did you change code color from green to white? Green was better imo, it was visual indicator that it is indeed code (white is plain text) --- content/ejabberd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') 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! -- cgit v1.2.3