mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
authorFlorian Zeitz <florob@babelmonkeys.de>
Mon, 27 Dec 2010 21:50:51 +0100
changeset 307 eeef1fa57f88
parent 306 c152ab024d1a
child 308 f406e300d709
mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
mod_admin_web/admin_web/www_files/js/main.js
--- a/mod_admin_web/admin_web/www_files/js/main.js	Mon Dec 27 21:34:41 2010 +0100
+++ b/mod_admin_web/admin_web/www_files/js/main.js	Mon Dec 27 21:50:51 2010 +0100
@@ -1,4 +1,4 @@
-var BOSH_SERVICE = 'http://localhost:5280/http-bind/';
+var BOSH_SERVICE = '/http-bind/';
 var show_log = false;
 
 Strophe.addNamespace('C2SPUBSUB', 'http://prosody.im/streams/c2s');