We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5d175 commit cacc8acCopy full SHA for cacc8ac
examples/crossdomain.js
@@ -5,7 +5,7 @@
5
// Most BOSH connection managers can serve static html files, so you should
6
// be able to configure them to serve a /crossdomain.xml file to allow
7
// access.
8
-var BOSH_SERVICE = 'http://localhost:5281/xmpp-httpbind'
+var BOSH_SERVICE = 'http://bosh.metajack.im:5280/xmpp-httpbind'
9
var connection = null;
10
11
function log(msg)
0 commit comments