Browse Source

Enable message carbons for the demo.

JC Brand 10 years ago
parent
commit
d65d4e2fee
1 changed files with 2 additions and 1 deletions
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -255,12 +255,13 @@
 
 
         converse.initialize({
         converse.initialize({
             bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
             bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
+            debug: false,
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
             keepalive: true,
             keepalive: true,
+            message_carbons: true,
             play_sounds: true,
             play_sounds: true,
             roster_groups: true,
             roster_groups: true,
             show_controlbox_by_default: true,
             show_controlbox_by_default: true,
-            debug: false,
             xhr_user_search: false
             xhr_user_search: false
         });
         });
     });
     });