getBOSHURL.php 89 Bytes
<?php
$val=OCP\Config::getAppValue('xmpp', 'xmppBOSHURL','');
echo json_encode($val);
?>