You are here: Home Plone products qi.LiveChat

qi.LiveChat (0.21)

1
by Olha Pelishok last modified 2010-04-21
0.0
0.0
0.0
0.0
Released on 2008-07-28 by G. Gozadinos for Plone 3.0, Plone 3.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
qi.LiveChat is a simple ajax chat product for Plone.

It requires an external utility that handles message keeping. At the moment only an xmlrpc server is provided based on Twisted. However it is very easy to add other implementations in order to use sql or say a logging facility.

Usage

In order to use the provided xmlrpc message keeper you have to run the qi.LiveChat/qi/LiveChat/server/xmlrpcServer.py script.
This package is an egg, if you don't use buildout put it in INSTANCE/lib/python and add a file named qi.LiveChat-configure.zcml in INSTANCE/etc/package-includes with the following line:

<include package="qi.LiveChat" file="configure.zcml" />

Go to portal quick installer and install qi.LiveChat. Add a chat room and chat away!

Document Actions
Powered by Plone