cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
792
Views
0
Helpful
1
Replies

Jabber XMPP

jmennear
Cisco Employee
Cisco Employee
I am using jabberwerx.js on an IE 9 browser. When I attempt to connect to the Jabber server I receive an exception that reports "Access is denied".
I have been working a lot with WebEx lately and I have worked through the CORS issues that IE has with JavaScript.
Am I faced with the same issue here with Jabber?
Do I need to preface the URL's with a corsproxy url?
My code works perfect on Firefox and Chrome, but it will not get past this command:

       connectArgs = {
         httpBindingURL: jabberConfig.primaryurl,
         unsecureAllowed: jabberConfig.unsecureAllowed,
         serviceDiscoveryEnabled: jabberConfig.serviceDiscoveryEnabled,
         successCallback: onConnected,
         errorCallback: onClientError
       };

       client.connect(myuserid + "@" + jabberConfig.domain, myjabberpassword, connectArgs);

-john
1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi John,


Found a Bug CSCug09613 related to No chat/xmpp on IE8 and IE9 after see Jabberwerx JS error .

Please refer this Url - Access denied in IE10 - IM & Presence Forum - Cisco Developer Community

for related information.


Thanks and Regards,
Geevarghese