[Xmpp4js-commit] SF.net SVN: xmpp4js: [736] xmpp4js-launcher/src/main/webapp/simpleclient. html
Status: Beta
Brought to you by:
h-iverson
From: <h-i...@us...> - 2008-07-10 18:12:19
|
Revision: 736 http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=736&view=rev Author: h-iverson Date: 2008-07-10 11:12:21 -0700 (Thu, 10 Jul 2008) Log Message: ----------- use wildcard script endpoint Modified Paths: -------------- xmpp4js-launcher/src/main/webapp/simpleclient.html Modified: xmpp4js-launcher/src/main/webapp/simpleclient.html =================================================================== --- xmpp4js-launcher/src/main/webapp/simpleclient.html 2008-07-10 18:11:45 UTC (rev 735) +++ xmpp4js-launcher/src/main/webapp/simpleclient.html 2008-07-10 18:12:21 UTC (rev 736) @@ -21,13 +21,13 @@ <dd><input type="password" name="password"/></dd> <dt>Transport</dt> - <dd><select name="transport" onchange="this.form.endpoint.value = (this.value == 'script' ? 'https://bosh.soashable.com:7443/http-bind/' : '/http-bind/');"> + <dd><select name="transport" onchange="this.form.endpoint.value = (this.value == 'script' ? 'https://*.bosh.soashable.com:7443/http-bind/' : '/http-bind/');"> <option value="script" onclick="">Script (X-Domain)</option> <option value="bosh">BOSH (Local Servlet)</option> </select></dd> <dt>Transport Endpoint</dt> - <dd><input type="text" name="endpoint" value="https://bosh.soashable.com:7443/http-bind/"/></dd> + <dd><input type="text" name="endpoint" value="https://*.bosh.soashable.com:7443/http-bind/"/></dd> <dt></dt> <dd><button type="submit">Login</button></dd> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |