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 :
A home made container based on simple file system or on a SQLite database. Very useful for webmasters who do not have a dedicated server with “php socket” capabilities.
Write a Jabber container (XMPP protocol) → XMPPHP or Lightr could be a good candidate.
MSN, AIM, ICQ, … maybe we could just develop a gateway to the libpurple ?
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 :
Use classic AJAX on Firefox (and maybe KHTML) → this will avoid the “waiting cursor” effect
Do not use simple files to achieve inter-process communication → socket, or sqlite database, or … could be better