From 52554576302082ddc0f6ee6f4bee0518bd1a21fa Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 28 Mar 2013 11:37:30 +0200 Subject: [PATCH] Update index.html with info on the project --- index.html | 67 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 49 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 97b7ca19b..43f7a2185 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,52 @@ - - Converse.js Demo Page - - - - - - -

Converse.js Demo Page

-
-
- - Online Users (0) - - Connecting to chat ... -
-
- + + Converse.js Demo Page + + + + + + +
+

Converse.js

+
+

Converse.js implements an XMPP based instant messaging client in the browser.

+

It's 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 server backend.

+

Currently this is not yet 100% the case, as the code makes ajax calls to the (Plone) backend to fetch user info.

+

Features

+
    +
  • Manually or automically subscribe to other users.
  • +
  • Accept or decline contact requests
  • +
  • Chat status (online, busy, away, offline)
  • +
  • Custom status messages
  • +
  • Typing notifications
  • +
  • Third person messages (/me )
  • +
  • Multi-user chat in chatrooms
  • +
  • Chatroom Topics
  • +
  • vCard support
  • +
+

A screencast of (a very old version of) Converse.js in action via collective.xmpp.chat + can be seen here.

+

Dependencies

+

It depends on quite a few third party libraries, including strophe.js, + backbone.js and require.js.

+

Licence

+

Converse.js is released under both the MIT + and GPL licenses.

+

Download

+ Head on down to our Github repo. +
+
+
+
+
+ + Online Users (0) + + Connecting to chat ... +
+
+