instead of
var BOSH_SERVICE = 'http://localhost/http-bind'
use
var BOSH_SERVICE = 'http://localhost/http-bind/'
watch out for slash at the end
instead of
var BOSH_SERVICE = 'http://localhost/http-bind'
use
var BOSH_SERVICE = 'http://localhost/http-bind/'
watch out for slash at the end