Mention OTR support
This commit is contained in:
parent
40c9c397de
commit
d1cc7b2cf0
10
index.html
10
index.html
@ -43,18 +43,19 @@
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Single-user chat</li>
|
||||
<li>Multi-user chat in chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html">XEP 45</a>)</li>
|
||||
<li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html">XEP 54</a>)</li>
|
||||
<li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html">XEP 30</a>)</li>
|
||||
<li>Multi-user chat in chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
|
||||
<li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html" target="_blank">XEP 54</a>)</li>
|
||||
<li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html" target="_blank">XEP 30</a>)</li>
|
||||
<li>Contact rosters</li>
|
||||
<li>Manually or automically subscribe to other contacts</li>
|
||||
<li>Accept or decline contact requests</li>
|
||||
<li>Roster item exchange (<a href="http://xmpp.org/extensions/tmp/xep-0144-1.1.html">XEP 144</a>)</li>
|
||||
<li>Roster item exchange (<a href="http://xmpp.org/extensions/tmp/xep-0144-1.1.html" target="_blank">XEP 144</a>)</li>
|
||||
<li>Chat statuses (online, busy, away, offline)</li>
|
||||
<li>Custom status messages</li>
|
||||
<li>Typing notifications</li>
|
||||
<li>Third person messages (/me )</li>
|
||||
<li>Translated into multiple languages (af, de, es, fr, it, pt-BR)</li>
|
||||
<li>Off-the-record encryption (via <a href="http://arlolra.github.io/otr/" target="_blank">OTR.js</a>)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Screencasts</h2>
|
||||
@ -153,6 +154,7 @@
|
||||
<li><a href="http://jquery.com" target="_blank">JQuery</a></li>
|
||||
<li><a href="http://strophe.im/strophejs" target="_blank">strophe.js</a></li>
|
||||
<li><a href="http://backbonejs.org" target="_blank">backbone.js</a></li>
|
||||
<li><a href="http://arlolra.github.io/otr/" target="_blank">OTR.js</a></li>
|
||||
<li><a href="http://requirejs.org" target="_blank">require.js</a> (optional dependency)</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user