Skip to content

Commit cacc8ac

Browse files
committed
Changed BOSH service URL in crossdomain.html example.
1 parent 2a5d175 commit cacc8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/crossdomain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Most BOSH connection managers can serve static html files, so you should
66
// be able to configure them to serve a /crossdomain.xml file to allow
77
// access.
8-
var BOSH_SERVICE = 'http://localhost:5281/xmpp-httpbind'
8+
var BOSH_SERVICE = 'http://bosh.metajack.im:5280/xmpp-httpbind'
99
var connection = null;
1010

1111
function log(msg)

0 commit comments

Comments
 (0)