Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/settings.php')
-rw-r--r--build/settings.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/settings.php b/build/settings.php
index 02466e0..5c7d803 100644
--- a/build/settings.php
+++ b/build/settings.php
@@ -10,6 +10,7 @@ $tmpl = new OCP\Template('ojsxc', 'settings');
$tmpl->assign('serverType', $config->getAppValue('ojsxc', 'serverType'));
$tmpl->assign('boshUrl', $config->getAppValue('ojsxc', 'boshUrl'));
$tmpl->assign('xmppDomain', $config->getAppValue('ojsxc', 'xmppDomain'));
+$tmpl->assign('xmppPreferMail', $config->getAppValue('ojsxc', 'xmppPreferMail'));
$tmpl->assign('xmppResource', $config->getAppValue('ojsxc', 'xmppResource'));
$tmpl->assign('xmppOverwrite', $config->getAppValue('ojsxc', 'xmppOverwrite'));
$tmpl->assign('xmppStartMinimized', $config->getAppValue('ojsxc', 'xmppStartMinimized'));
@@ -18,5 +19,7 @@ $tmpl->assign('iceUsername', $config->getAppValue('ojsxc', 'iceUsername'));
$tmpl->assign('iceCredential', $config->getAppValue('ojsxc', 'iceCredential'));
$tmpl->assign('iceSecret', $config->getAppValue('ojsxc', 'iceSecret'));
$tmpl->assign('iceTtl', $config->getAppValue('ojsxc', 'iceTtl'));
+$tmpl->assign('firefoxExtension', $config->getAppValue('ojsxc', 'firefoxExtension'));
+$tmpl->assign('chromeExtension', $config->getAppValue('ojsxc', 'chromeExtension'));
return $tmpl->fetchPage();