summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbadlop <badlop@ono.com>2015-01-04 12:06:17 +0100
committerbadlop <badlop@ono.com>2015-01-04 12:06:17 +0100
commitafaf68159d82faacd2ccece4a18cb3e42ab5c1e9 (patch)
treea40fafa936d250192ef34972f2370095f4e3f0f6
parentMerge pull request #387 from weiss/fix-captcha-without-proto (diff)
parentFix example: turn_ip must be specified as string (diff)
Merge pull request #395 from weiss/fix-turn-example
Fix example: turn_ip must be specified as string
Diffstat (limited to '')
-rw-r--r--doc/guide.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index d77a2525..b2034f2b 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2083,7 +2083,7 @@ listen:
port: 3478
transport: udp
use_turn: true
- turn_ip: 10.20.30.1
+ turn_ip: "10.20.30.1"
module: ejabberd_stun
...
\end{verbatim}