Forums
« Back to Reference applications

Basic Chat-demo sample is not working in firefox and IE.

Combination View Flat View Tree View
Threads [ Previous | Next ]
  When I try to download and run the basic-chat-demo sample from the link http://developer.cisco.com/web/jabber-developer/im-core-api-sample.   The provided sample is working in google chrome.   But if the same sample tried in firefox then I got the following error "Could not connect:  <stream:error xmlns:stream="http://etherx.jabber.org/streams"><xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/></stream:error> ".   If the same sample tried in IE then I got the following error "Access is denied."   Please help me on this.  

Hi karthik,
I think you are facing the same issue than Praveen mentioned on this post. I do not have access to the sandbox unfortunately, can you continue working with the SDK in Chrome while we are investigating the problem ?
Thanks, Thomas

 
Hi karthik,

For IE, you have to run the sample from web server to make sure all BOSH requests (original or "see-other-uri") have the same protocol as the page origin.
In this case, the web server needs to be in "http". You should be able to get the page to work  once you run the sample from that web server.
Hope this help.
Howard
 

Hi Howard, Previously I tried to run the url(C:\Users\xxx\Desktop\JabberChat\basic-chat-demo\basicChatDemo.html) in the IE browser . From my observations, I think that I have to deploy this sample in Local Server (IIS or apache server) and after that I have to run the url(http://localhost/basicChatDemo.html) in IE browser. Please correct us if I misunderstood. Karthik

That's correct...
Howard

Howard,
 
After deploy the sample application into my webserver, it is working in IE.
But In firefox, I am not to connect(login). Please help on this.
 
Karthik

Hi Karthik,
What version of Mozilla are you using? I didn't see the problem from my end.
Howard

Howard,
 
I am using Mozilla firefox 19.0.2.
 
Regards,
Karthik