Commit bf5c5e36 authored by JC Brand's avatar JC Brand

Add security info and disclaimer

parent b1996904
...@@ -75,11 +75,7 @@ ...@@ -75,11 +75,7 @@
</ul> </ul>
<h2>Demo</h2> <h2>Demo</h2>
<p> <p><a href="#" class="chat toggle-online-users">Click this link</a> or click the link on the bottom right corner of this page.</a></p>
<a href="#" class="chat toggle-online-users">Click this link</a> or
click the link on the bottom right corner of this page.
</a>
</p>
<p> <p>
You can log in with any existing federated Jabber/XMPP account, or create a new one at any of these providers: You can log in with any existing federated Jabber/XMPP account, or create a new one at any of these providers:
<ul> <ul>
...@@ -88,6 +84,14 @@ ...@@ -88,6 +84,14 @@
<li><a href="https://gmail.com" target="_blank">gmail.com</a></li> <li><a href="https://gmail.com" target="_blank">gmail.com</a></li>
</ul> </ul>
</p> </p>
<h3>Is it secure?</h3>
<p>Yes. In this demo <strong>Converse.js</strong> makes an
<a href="https://en.wikipedia.org/wiki/Secure_Sockets_Layer" target="_blank">SSL</a> encrypted connection to a secure connection manager.
The connection manager then uses SSL and <a href="https://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a> to connect to an XMPP server.</p>
That said, the developers don't assume any liability for any loss or damages as a result of using this software or demo. Use this demo at your own risk.
<h3>Session support</h3>
<p> <p>
The chat client will disconnect whenever you reload the page. If you The chat client will disconnect whenever you reload the page. If you
want the user's session to persist across page reloads, you can want the user's session to persist across page reloads, you can
...@@ -98,6 +102,7 @@ ...@@ -98,6 +102,7 @@
do more manual work yourself. do more manual work yourself.
</p> </p>
<h2>Tests</h2> <h2>Tests</h2>
</p> </p>
We use the <a href="http://pivotal.github.io/jasmine" We use the <a href="http://pivotal.github.io/jasmine"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment