From 715ab49aff216a87098de2e3d0e8070136d0f377 Mon Sep 17 00:00:00 2001
From: Alexandre Bourlier <alexandre@happy-dev.fr>
Date: Sun, 8 Jul 2018 19:20:42 +0200
Subject: [PATCH] feature - bind resource to chat component

---
 index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 3cf41d79..e8d2f3ed 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,8 @@
       data-auto-login="true"
       data-bosh-service-url="http://jabber.happy-dev.fr/http-bind/" // FIXME: make HTTPS
       data-debug="false"
-      data-locales-url="node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json">
+      data-locales-url="node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json"
+      bind-resources>
     </sib-chat>
 
     <script>
-- 
GitLab