Changed connection manager URL (#955)

This commit is contained in:
Taylor SaBell 2017-11-17 11:20:42 -07:00 committed by JC Brand
parent 5939f11192
commit adc4e6ebbc

View File

@ -54,7 +54,7 @@ bottom of your page (after the closing *</body>* element)::
<script>
converse.initialize({
bosh_service_url: 'https://bind.conversejs.org', // 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
show_controlbox_by_default: true
});
</script>