From 93d31f260fa26f00c96ba6db585afd3542020436 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 21 Apr 2013 00:06:18 +0200 Subject: [PATCH] Update README and index.html Now that standalone contact adding works --- README.rst | 8 ++++---- index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index dd907304b..4c797da8b 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,12 @@ 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. -The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend. -This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info. +The ultimate goal is to enable anyone to add chat functionality to their websites, independent of any backend. +You will however need an XMPP server to connect to, either your own, or a public one. -------- Features @@ -54,7 +54,7 @@ Licence .. _require.js: http:/requirejs.org .. _collective.xmpp.chat: http://github.com/collective/collective.xmpp.chat .. _Plone: http://plone.org -.. _XMPP: http://xmpp.org +.. _`XMPP/Jabber`: http://xmpp.org .. _MIT: http://opensource.org/licenses/mit-license.php .. _GPL: http://opensource.org/licenses/gpl-license.php .. _here: http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp diff --git a/index.html b/index.html index a01919668..2f90361d1 100644 --- a/index.html +++ b/index.html @@ -29,16 +29,16 @@
-

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.

-

The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend.

-

This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info.

+

The ultimate goal is to enable anyone to add chat functionality to their websites, independent of any backend. + You will however need an XMPP server to connect to, either your own, or a public one.

Features

  • Manually or automically subscribe to other users.
  • Accept or decline contact requests
  • -
  • Chat status (online, busy, away, offline)
  • +
  • Chat statuses (online, busy, away, offline)
  • Custom status messages
  • Typing notifications
  • Third person messages (/me )