Commit 58f62998 authored by JC Brand's avatar JC Brand

Fix loading of converse.js in the docs

parent 1fc4edd5
...@@ -9,14 +9,8 @@ ...@@ -9,14 +9,8 @@
{% block footer %} {% block footer %}
{{ super() }} {{ super() }}
<script> <script>
require(['converse'], function (converse) { converse.initialize({
converse.initialize({ bosh_service_url: 'https://conversejs.org/http-bind/',
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,
});
}); });
</script> </script>
{% endblock %} {% endblock %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment