summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-01-04 00:55:00 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-01-04 00:55:00 +0100
commita7f578089ae1a0cd9e60ba89f9cebfd558f90531 (patch)
treea40fafa936d250192ef34972f2370095f4e3f0f6 /doc
parentMerge pull request #387 from weiss/fix-captcha-without-proto (diff)
Fix example: turn_ip must be specified as string
Diffstat (limited to 'doc')
-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}