28 Nov
2001
28 Nov
'01
12:30 p.m.
Lennart Regebro wrote:
From: "Horst Wald" <horstwald@hotmail.com>
Are there any Zope-Chat-Products?
There are tons of chat products that can be used with Zope. The best chat products use direct messaging, and as such they have absolutely nothing to do with Zope whatsoever. It's just objects you include in a web-page.
Lennart is correct that zope-only chat is not a preferred solution. HTTP chat leaves many things to be desired. But if you want zope-only chat, look up ZRTChat. It is a chat kit that stores the chats in the ZODB, if that is what you want. It works OK for low volume, and you can customize the interface. -- Jim Washington