I have Openfire 3.70 ( XMPP ) along with Jappix mini chat 0.7. It is working fine on all the browsers except on IE9. Mini chat get disconnect in default IE9 mode. Jappix chat works on BOSH server as Http Bind. We use ProxyPass / http://127.0.0.1:5280/http-bind/ to connect to Openfire server. It might be cross-domain issues but not sure. We are using OPenfire BOSH. On IE9 it is showing encountered errors. However when I click on Compatibility view of IE9, it get connected and work fine. Please help or advice. I need help on HTML, CSS, PHP or Javascript change required to make it work on IE9 normal mode. Please advice
It got fixed. Pls close this. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> ---- NEW CHANGE - <meta http-equiv="X-UA-Compatible" content="IE=7" /> - EARLIER