Enable message carbons for the demo.
This commit is contained in:
parent
bcf47d6c7c
commit
d65d4e2fee
@ -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
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user