|
@@ -29,16 +29,16 @@
|
|
<!-- MAIN CONTENT -->
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<section id="main_content" class="inner">
|
|
- <p><strong>Converse.js</strong> implements an <a href="http://xmpp.org" target="_blank">XMPP</a> based instant messaging client in the browser.</p>
|
|
|
|
|
|
+ <p><strong>Converse.js</strong> is a web based <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> instant messaging client.</p>
|
|
<p>It is used by <a href="http://github.com/collective/collective.xmpp.chat" target="_blank">collective.xmpp.chat</a>, which is a <a href="http://plone.org" target="_blank">Plone</a> instant messaging add-on.</p>
|
|
<p>It is used by <a href="http://github.com/collective/collective.xmpp.chat" target="_blank">collective.xmpp.chat</a>, which is a <a href="http://plone.org" target="_blank">Plone</a> instant messaging add-on.</p>
|
|
- <p>The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend.</p>
|
|
|
|
- <p>This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info.</p>
|
|
|
|
|
|
+ <p>The ultimate goal is to enable anyone to add chat functionality to their websites, independent of any backend.
|
|
|
|
+ You will however need an XMPP server to connect to, either your own, or a public one.</p>
|
|
|
|
|
|
<h2>Features</h2>
|
|
<h2>Features</h2>
|
|
<ul>
|
|
<ul>
|
|
<li>Manually or automically subscribe to other users.</li>
|
|
<li>Manually or automically subscribe to other users.</li>
|
|
<li>Accept or decline contact requests</li>
|
|
<li>Accept or decline contact requests</li>
|
|
- <li>Chat status (online, busy, away, offline)</li>
|
|
|
|
|
|
+ <li>Chat statuses (online, busy, away, offline)</li>
|
|
<li>Custom status messages</li>
|
|
<li>Custom status messages</li>
|
|
<li>Typing notifications</li>
|
|
<li>Typing notifications</li>
|
|
<li>Third person messages (/me )</li>
|
|
<li>Third person messages (/me )</li>
|