<p><code>Converse.js</code> implements an <ahref="http://xmpp.org">XMPP</a> based instant messaging client in the browser.</p>
<p><strong>Converse.js</strong> implements an <ahref="http://xmpp.org">XMPP</a> based instant messaging client in the browser.</p>
<p>It is used by <ahref="http://github.com/collective/collective.xmpp.chat">collective.xmpp.chat</a>, which is a <ahref="http://plone.org">Plone</a> instant messaging add-on.</p>
...
...
@@ -41,27 +37,31 @@
to fetch user info. </p>
<h2>Features</h2>
<p>It has the following features:</p>
<ul>
<li>Manually or automically subscribe to other users.</li>
<li>With manual roster subscriptions, you can accept or decline contact requests.</li>
<li>Typing notifications (i.e when the contact is typing)</li>
<li>Third person messages (/me )</li>
<li>Multi-user chat in chatrooms</li>
<li>Topics can be set for chatrooms</li>
<li>Full name and profile picture support</li>
</ul><p>A screencast of <code>Converse.js</code> in action via <code>collective.xmpp.chat</code> can be seen <ahref="http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp">here</a>.</p>
<p>It depends on quite a few third party libraries, including <ahref="http://strophe.im/strophejs">strophe.js</a>,
<ahref="http:/backbonejs.org">backbone.js</a> and <ahref="http:/requirejs.org">require.js</a>.</p>
<li>Manually or automically subscribe to other users.</li>
<li>Accept or decline contact requests</li>
<li>Chat status (online, busy, away, offline)</li>
<li>Custom status messages</li>
<li>Typing notifications</li>
<li>Third person messages (/me )</li>
<li>Multi-user chat in chatrooms</li>
<li>Chatroom Topics</li>
<li>vCard support</li>
</ul>
<p>A screencast of <strong>Converse.js</strong> in action via <strong>collective.xmpp.chat</strong> can be seen <ahref="http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp">here</a>.</p>
<h2>Dependencies</h2>
<p><strong>Converse.js</strong> depends on a few third party libraries, including:
<p><code>Converse.js</code> is released under both the <ahref="http://opensource.org/licenses/mit-license.php">MIT</a> and <ahref="http://opensource.org/licenses/gpl-license.php">GPL</a> licenses.</p>
<p><strong>Converse.js</strong> is released under both the <ahref="http://opensource.org/licenses/mit-license.php">MIT</a> and <ahref="http://opensource.org/licenses/gpl-license.php">GPL</a> licenses.</p>
</section>
</div>
...
...
@@ -72,8 +72,5 @@ to fetch user info. </p>
<p>Published with <ahref="http://pages.github.com">GitHub Pages</a></p>