<aid="forkme_banner"href="https://github.com/jcbrand/converse.js">View on GitHub</a>
<h1id="project_title">Converse.js</h1>
<h2id="project_tagline">Browser-based Instant Messaging with Strophe.js and Backbone.js</h2>
<sectionid="downloads">
<aclass="zip_download_link"href="https://github.com/jcbrand/converse.js/zipball/master">Download this project as a .zip file</a>
<aclass="tar_download_link"href="https://github.com/jcbrand/converse.js/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<divid="main_content_wrap"class="outer">
<sectionid="main_content"class="inner">
<p><code>Converse.js</code> 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>
<p>The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend.</p>
<p>Currently this is not yet the case, as the code makes ajax calls to the (Plone) backend
<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>
<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>
</section>
</div>
<!-- FOOTER -->
<divid="footer_wrap"class="outer">
<footerclass="inner">
<pclass="copyright">Converse.js maintained by <ahref="https://github.com/jcbrand">jcbrand</a></p>
<p>Published with <ahref="http://pages.github.com">GitHub Pages</a></p>