# HG changeset patch # User Florian Zeitz # Date 1293483051 -3600 # Node ID eeef1fa57f8822495d0e2541b29f7e5aebd48a4d # Parent c152ab024d1afaa934d483f25095d999bb4d269b mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash) diff -r c152ab024d1a -r eeef1fa57f88 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');