If you are using prebinding, you need to specify the fullname of the currently
logged in user.
xhr_user_search
===============
There are two ways to add users.
* The user inputs a valid JID (Jabber ID), and the user is added as a pending
contact.
* The user inputs some text (for example part of a firstname or lastname), an XHR will be made to a backend, and a list of matches are returned. The user can then choose one of the matches to add as a contact.
This setting enables the second mechanism, otherwise by default the first will
be used.
auto_subscribe
==============
If true, the user will automatically subscribe back to any contact requests.
animate
=======
Show animations, for example when opening and closing chat boxes.
<p><strong>Converse.js</strong> implements an <ahref="http://xmpp.org"target="_blank">XMPP</a> based instant messaging client in the browser.</p>
<p><strong>Converse.js</strong> is a web based <ahref="http://xmpp.org"target="_blank">XMPP/Jabber</a> instant messaging client.</p>
<p>It is used by <ahref="http://github.com/collective/collective.xmpp.chat"target="_blank">collective.xmpp.chat</a>, which is a <ahref="http://plone.org"target="_blank">Plone</a> instant messaging add-on.</p>
<p>It is used by <ahref="http://github.com/collective/collective.xmpp.chat"target="_blank">collective.xmpp.chat</a>, which is a <ahref="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>The ultimate goal is to enable anyone to add chat functionality to their websites, independent of any backend.
<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>
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>