mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Update index.html
This commit is contained in:
parent
23feac8546
commit
6b3ca31747
1 changed files with 5 additions and 3 deletions
|
@ -52,11 +52,13 @@
|
||||||
auto_away: 300,
|
auto_away: 300,
|
||||||
auto_reconnect: true,
|
auto_reconnect: true,
|
||||||
bosh_service_url: 'https://__DOMAIN____PATH__/http-bind',
|
bosh_service_url: 'https://__DOMAIN____PATH__/http-bind',
|
||||||
|
default_domain: '__DOMAIN__',
|
||||||
message_archiving: 'always',
|
message_archiving: 'always',
|
||||||
view_mode: 'fullscreen'
|
view_mode: 'fullscreen',
|
||||||
|
assets_path: '/dist/',
|
||||||
|
play_sounds: true,
|
||||||
|
sounds_path: '${assets_path}/sounds/'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<!-- Localized -->
|
|
Loading…
Add table
Reference in a new issue