[Xmpp4js-commit] SF.net SVN: xmpp4js: [703] xmpp4js-launcher/src/main/webapp/simpleclient. html
Status: Beta
Brought to you by:
h-iverson
From: <h-i...@us...> - 2008-03-28 06:18:03
|
Revision: 703 http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=703&view=rev Author: h-iverson Date: 2008-03-27 23:18:09 -0700 (Thu, 27 Mar 2008) Log Message: ----------- use domain in textbox rather than soashable.com. oops. 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-02-29 03:42:08 UTC (rev 702) +++ xmpp4js-launcher/src/main/webapp/simpleclient.html 2008-03-28 06:18:09 UTC (rev 703) @@ -81,7 +81,7 @@ // actually connec to soashable.com. it doesn't matter what your BOSH // server is. - this.con.connect( "soashable.com" ); + this.con.connect( this.loginForm.domain.value ); this.logMessage( "Connecting..." ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |