From ab1491595456175ccbbbf4af9bdfe2bbe0c7baad Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 11 Apr 2013 14:15:27 +0200 Subject: [PATCH] Update info on XHR calls --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 919efc938..3521160c2 100644 --- a/index.html +++ b/index.html @@ -32,9 +32,7 @@

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.

- -

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

+

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

Features