[Xmpp4js-commit] SF.net SVN: xmpp4js: [722] xmpp4js-launcher/src/main/webapp/simpleclient. html
Status: Beta
Brought to you by:
h-iverson
From: <h-i...@us...> - 2008-07-05 05:56:24
|
Revision: 722 http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=722&view=rev Author: h-iverson Date: 2008-07-04 22:56:32 -0700 (Fri, 04 Jul 2008) Log Message: ----------- use script syntax 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-05 05:51:13 UTC (rev 721) +++ xmpp4js-launcher/src/main/webapp/simpleclient.html 2008-07-05 05:56:32 UTC (rev 722) @@ -133,8 +133,8 @@ this.con = new Xmpp4Js.Connection({ transport: { - clazz: Xmpp4Js.Transport.BOSH, - endpoint: "/http-bind/" // where your BOSH server is running. + clazz: Xmpp4Js.Transport.Script, + endpoint: "https://bosh.soashable.com:7443/http-bind/" // where your BOSH server is running. // NOTE: same origin policy means you need some sort of proxt, or a servlet. }, stanzaProvider: stanzaProvider, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |