Commit 93d31f26 authored by JC Brand's avatar JC Brand

Update README and index.html

Now that standalone contact adding works
parent 27dec86c
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
converse.js converse.js
=========== ===========
Converse.js_ implements an XMPP_ based instant messaging client in the browser. Converse.js_ is a web based `XMPP/Jabber`_ instant messaging client.
It is used by collective.xmpp.chat_, which is a Plone_ instant messaging add-on. It is used by collective.xmpp.chat_, which is a Plone_ instant messaging add-on.
The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend. The ultimate goal is to enable anyone to add chat functionality to their websites, independent of any backend.
This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info. You will however need an XMPP server to connect to, either your own, or a public one.
-------- --------
Features Features
...@@ -54,7 +54,7 @@ Licence ...@@ -54,7 +54,7 @@ Licence
.. _require.js: http:/requirejs.org .. _require.js: http:/requirejs.org
.. _collective.xmpp.chat: http://github.com/collective/collective.xmpp.chat .. _collective.xmpp.chat: http://github.com/collective/collective.xmpp.chat
.. _Plone: http://plone.org .. _Plone: http://plone.org
.. _XMPP: http://xmpp.org .. _`XMPP/Jabber`: http://xmpp.org
.. _MIT: http://opensource.org/licenses/mit-license.php .. _MIT: http://opensource.org/licenses/mit-license.php
.. _GPL: http://opensource.org/licenses/gpl-license.php .. _GPL: http://opensource.org/licenses/gpl-license.php
.. _here: http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp .. _here: http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp
......
...@@ -29,16 +29,16 @@ ...@@ -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>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> <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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment