We are trying to use Sametime 8.5.2 SDK Browser Client Toolkit in our project, but it has problems out of box, not even the examples given with the package work. Does anyone else see these problems and know what might be going wrong?
Downloaded Sametime 8.5.2 SDK from
http://www14.software.ibm.com/webapp/download/nochargesearch.jsp?q0=&k=ALL&S_TACT=104CBW71&status=Active&b=Lotus&sr=1&q=sametime+sdk&ibm-search=Search
We have already setup a Proxy Server that can be logged in from the Web Client, any other examples however do not work and give the following problems. You can get the following problems by opening Example 2.
1. It does not recognize OpenAjax Hub 2.0 on the proxy server and gives the following error below, imported the OpenAjax Hub manually in the page to pass this:
OpenAjax is not defined
[Break On This Error] stproxy.myHub=new OpenAjax.hub.Managed...blish:function(_1c1,data,_1c2,_1c3){
2. This is where we are stuck at: after stproxy.login.loginByPassword function executes, it should either end in a callback function depending on success or failure. However the following seen error on Firebug console does not let stproxy.login.loginByPassword to call the callback function:
handleSecurity: OpenAjax.hub.SecurityAlert.LoadTimeout
According to OpenAjax Hub 2.0 API, this alert is caused by a security violation:
Container did not load (possible frame phishing attack)
Does anyone know why this might be caused?
3. Also Dojo toolkit that comes in the SDK package has the following problems:
Could not load 'dojo._firebug.firebug'; last tried './_firebug/firebug.js'
[Break On This Error] throw new Error("Could not load '" ... "'; last tried '" + relpath + "'");
dojo.declare is not a function
[Break On This Error] some: function(func, thisObj){
dojo.extend is not a function
[Break On This Error] unregister: function(name){