浏览代码

Change bind address to one served under same domain

JC Brand 11 年之前
父节点
当前提交
5da32a5956
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      index.html

+ 1 - 6
index.html

@@ -94,11 +94,6 @@
 
     <h2>Demo</h2>
     <p>You can log in with any existing XMPP account. There is also a list of public XMPP providers on <a href="http://xmpp.net" target="_blank">xmpp.net</a>.</p>
-    <p><em><strong>Note:</strong> currently the demo doesn't work in Internet Explorer older
-    than 10. This is due to lacking support for <a href="https://en.wikipedia.org/wiki/Cross-origin_resource_sharing">CORS</a>,
-    a standard which enables cross-domain XmlHttpRequests. There are ways
-    around this, but it hasn't been a priority for me to implement them for this demo.
-    See <a href="/docs/html/index.html#overcoming-cross-domain-request-restrictions" target="_blank">here</a> for more information.</p></em>
 
     <h3>Is it secure?</h3>
     <p>
@@ -193,7 +188,7 @@
             allow_otr: true,
             auto_list_rooms: false,
             auto_subscribe: false,
-            bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'https://conversejs.org/http-bind', // Please use this connection manager only for testing purposes
             debug: true ,
             hide_muc_server: false,
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported