Fix example: turn_ip must be specified as string

This commit is contained in:
Holger Weiss 2015-01-04 00:55:00 +01:00
parent 173d9761ca
commit a7f578089a
1 changed files with 1 additions and 1 deletions

View File

@ -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}