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