From 8777aac73aa41a4cec859b3fe66b41443eea9ab6 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 22 Mar 2016 21:39:07 +0100 Subject: [PATCH] [enh] Add jappix to support pages. --- support.md | 45 +++++++++++++++++++++++---------------------- support_fr.md | 48 +++++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 45 deletions(-) diff --git a/support.md b/support.md index 388eab2e..e49ab003 100644 --- a/support.md +++ b/support.md @@ -20,30 +20,31 @@ The YunoHost support is provided by the community members. + \ No newline at end of file diff --git a/support_fr.md b/support_fr.md index ca16e0a0..f33af3f5 100644 --- a/support_fr.md +++ b/support_fr.md @@ -18,30 +18,32 @@ L'entraide autour de YunoHost est assurée par la communauté. **[yunohost@yunohost.org](mailto:yunohost@yunohost.org)** + + + var ADS_ENABLE = 'off'; + var JAPPIX_STATIC = '/jappix/'; + var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; + var ANONYMOUS = 'on'; + JappixMini.launch({ + connection: { + domain: "anonymous.yunohost.org", + }, + application: { + network: { + autoconnect: false, + }, + interface: { + showpane: false, + animate: false, + }, + groupchat: { + open: ['support@conference.yunohost.org'] + } + }, + }); + \ No newline at end of file