From d394ad7ff2fe9ef3eb422b490e125d9a3cd81a15 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 19 Apr 2013 00:09:04 +0200 Subject: [PATCH] Update index.html with Demo section --- converse.js | 2 +- index.html | 58 +++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 48 insertions(+), 12 deletions(-) diff --git a/converse.js b/converse.js index 2674ad158..6490ac0d3 100644 --- a/converse.js +++ b/converse.js @@ -1915,7 +1915,7 @@ this.auto_subscribe = chatdata.attr('auto_subscribe') === "True" || false; this.chatboxes = new this.ChatBoxes(); this.chatboxesview = new this.ChatBoxesView({model: this.chatboxes}); - $('a#toggle-online-users').bind( + $('a.toggle-online-users').bind( 'click', $.proxy(function (e) { e.preventDefault(); this.toggleControlBox(); diff --git a/index.html b/index.html index 420cb172c..90d5acfd9 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@
-

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

-

It is used by collective.xmpp.chat, which is a Plone instant messaging add-on.

+

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

+

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.

@@ -49,26 +49,62 @@

Screencasts

+

Demo

+

+ The code in Converse.js is pretty solid and already used in production + in Plone installations. It's however not yet 100% ready for prime-time + as a standalone client. +

+

+ Nevertheless, you can try out the current functionality on this page. +

+

+ Click this link or + click the link on the bottom right corner. + +

+

+ Besides providing valid credentials for an XMPP/Jabber account, you'll also have to provide + the details of a BOSH Connection Manager. + I intend to set up a connection manager for people to play with in the + near future, but for the moment I unfortunately can't help you there. +

+

+ You can create a Jabber/XMPP account at any of these providers: +

+

+

Dependencies

Converse.js depends on a few third party libraries, including:

Licence

-

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

+

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

@@ -83,8 +119,8 @@