This is an old revision of the document!
This version is a complete rewrite of the phpFreeChat code. The primary goals of this versions are :
Be very responsive (real time) by using the
COMET technique.
First container will connect to a
IRC server (server side)
Write the client in javascript using the
prototype and the
YUI libraries, the aim is to have a lightweight chat client side.
In order to release 2.0 soon, this release will focus on the IRC protocol implementation.
Roadmap
The proposed road map for the future is (unordered list) :
Have a non-“
IRC protocol” dependent code (server side and client side)
Write other containers (we look to contributors), ideas are :
Make possible theming (skinning).
Provide the “proxies mechanism” (maybe we should rename it to “plugin mechanism”)
Provide I18n capabilities
Support the
FOAF description language to display the user profiles in the UI
Improve the COMET module :