Software /
code /
prosody-modules
Changeset
307:eeef1fa57f88
mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 27 Dec 2010 21:50:51 +0100 |
parents | 306:c152ab024d1a |
children | 308:f406e300d709 |
files | mod_admin_web/admin_web/www_files/js/main.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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');