24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Merge pull request #395 from weiss/fix-turn-example

Fix example: turn_ip must be specified as string
This commit is contained in:
badlop 2015-01-04 12:06:17 +01:00
commit afaf68159d

View File

@ -2083,7 +2083,7 @@ listen:
port: 3478 port: 3478
transport: udp transport: udp
use_turn: true use_turn: true
turn_ip: 10.20.30.1 turn_ip: "10.20.30.1"
module: ejabberd_stun module: ejabberd_stun
... ...
\end{verbatim} \end{verbatim}