From 0b0185af6c61f79eb41f5ce6aa535e361c88cb1c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 18 Apr 2014 11:47:34 +0200 Subject: [PATCH] Add support for STUN and TURN servers --- root/etc/e-smith/templates/etc/jappix/hosts.xml/10All | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/etc/e-smith/templates/etc/jappix/hosts.xml/10All b/root/etc/e-smith/templates/etc/jappix/hosts.xml/10All index 8f2e311..16efac7 100644 --- a/root/etc/e-smith/templates/etc/jappix/hosts.xml/10All +++ b/root/etc/e-smith/templates/etc/jappix/hosts.xml/10All @@ -8,6 +8,10 @@ {$jappix{'BoshUrl'} || 'https://' . ($jappix{'Server'} || $DomainName) . '/http-bind/'} {$jappix{'BoshUrl'} || 'https://' . ($jappix{'Server'} || $DomainName) . '/http-bind/'} + {$jappix{'StunServer'} || ''} + {$jappix{'TurnServer'} || ''} + {$jappix{'TurnUser'} || ''} + {$jappix{'TurnPassword'} || ''}