@@ -9,14 +9,8 @@
{% block footer %}
{{ super() }}
<script>
- require(['converse'], function (converse) {
- converse.initialize({
- bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
- keepalive: true,
- play_sounds: true,
- message_carbons: true,
- roster_groups: true,
- });
+ converse.initialize({
+ bosh_service_url: 'https://conversejs.org/http-bind/',
});
</script>
{% endblock %}