<aclass="zip_download_link"href="https://github.com/jcbrand/converse.js/archive/v0.4.zip">Download the latest release as a .zip file</a>
<aclass="tar_download_link"href="https://github.com/jcbrand/converse.js/archive/v0.4.tar.gz">Download the latest release as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<divid="main_content_wrap"class="outer">
<sectionid="main_content"class="inner">
<p><strong>Converse.js</strong> is an open source, webchat client, that
runs in the browser and can be integrated into any website.</p>
<p>It's similar to <ahref="https://www.facebook.com/sitetour/chat.php"target="_blank">Facebook chat</a>, but also supports multi-user chatrooms.</p>
<p><em>Converse.js</em> can connect to any accessible <ahref="http://xmpp.org"target="_blank">XMPP/Jabber</a> server, either from a public provider such as
<ahref="http://jabber.org">jabber.org</a>, or to one you have set up
yourself.</a>
<p>It's possible to enable single-site login, whereby users already authenticated in your website will also automatically be logged in on the chat server,
but you will have to pre-authenticate them on your server. You can refer to the <ahref="/docs/html/index.html">documentation</a> for more
info.</p>
<p>An <ahref="http://github.com/collective/collective.xmpp.chat"target="_blank">add-on product</a> that does exactly this,
already exists for the <ahref="http://plone.org"target="_blank">Plone</a> CMS. Hopefully in the future more such add-ons will
be created for other platforms.
</p>
<p>If you have integrated <em>Converse.js</em> into any other CMS or framework,
<ahref="http://opkode.com/contact.html"target="_blank">please let me know</a> and I'll mention it on this page.</p>
<h2>Features</h2>
<ul>
<li>Single-user chat</li>
<li>Multi-user chat in chatrooms (<ahref="http://xmpp.org/extensions/xep-0045.html">XEP 45</a>)</li>
<li>vCard support (<ahref="http://xmpp.org/extensions/xep-0054.html">XEP 54</a>)</li>
A static HTML page with <em>Converse.js</em>. Here we chat to external XMPP accounts on Jabber.org and Gmail.
</li>
</ul>
<h2>Demo</h2>
<p>You can log in with any existing XMPP account. There is also a list of public XMPP providers on <ahref="http://xmpp.net"target="_blank">xmpp.net</a>.</p>
<p><em><strong>Note:</strong> currently the demo doesn't work in Internet Explorer older
than 10. This is due to lacking support for <ahref="https://en.wikipedia.org/wiki/Cross-origin_resource_sharing">CORS</a>,
a standard which enables cross-domain XmlHttpRequests. There are ways
around this, but it hasn't been a priority for me to implement them for
this demo.
</p>
<p>
See <ahref="/docs/html/index.html#overcoming-cross-domain-request-restrictions"target="_blank">here</a> for more information.
</p>
</em>
<h3>Is it secure?</h3>
<p>Yes. In this demo <em>Converse.js</em> makes an
<ahref="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 <ahref="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>
The chat client will disconnect whenever you reload the page. If you
want the user's session to persist across page reloads, you can
establish an authenticated connection on the server side and then attach to
this connection in your browser.
</p>
<p><em>Converse.js</em> already supports this usecase, but you'll have to do some integration work yourself.</p>
<h2>Documentation</h2>
<p>
The documentation is still a bit sparse and a work in progress.
Nevertheless, you can read what's already written <ahref="/docs/html/index.html"target="_blank">here</a>.
</p>
<h2>Tests</h2>
<p>
We use the <ahref="http://pivotal.github.io/jasmine"
target="_blank">Jasmine</a> testing framework to write tests.
The tests can be run in the browser and can be viewed <ahref="http://conversejs.org/tests.html"target="_blank">here</a>.
</p>
<h2>Credits and Dependencies</h2>
<p><strong>Converse.js</strong> depends on a few third party libraries, including:
<p><strong>Converse.js</strong> is released under both the <ahref="http://opensource.org/licenses/mit-license.php"target="_blank">MIT</a>
and <ahref="http://opensource.org/licenses/GPL-2.0"target="_blank">GPL</a> licenses.</p>
<h2>Contact</h2>
<p>You can follow me on <strong><ahref="http://twitter.com/jcopkode"target="_blank">Twitter</a></strong> and <strong><ahref="http://identi.ca/opkode"target="_blank">Identica</a></strong></p>
<p>My XMPP username is <strong>jc@opkode.im</strong>.</p>
<p>Send me an email via this <ahref="http://opkode.com/contact"target="_blank">contact form</a>.</p>
</section>
</div>
<!-- FOOTER -->
<divid="footer_wrap"class="outer">
<footerclass="inner">
<pclass="copyright">Converse.js created by <ahref="http://opkode.com"target="_blank">jcbrand</a></p>