FEATURES
~~~~~~~~

* Supports versions 7, 8 and partially 9 of ICQ/OSCAR protocol;
* Can send following kinds of messages:
	- plain text;
	- URLs;
	- SMS messages;
	- contacts;
	- authorization aceptance or rejection;
	- authorization requests;

* Can receive followind kind of messages:
	- plain text from ICQ clients;
	- plain text from web-based client and e-mail pager;
	- URLs;
	- contacts;
	- authorization requests;
	- authorization acceptance or rejection;

* Sending/receiving unicode messages to/from unicode-capable ICQ clients;

* Detects message encodings if possible (supports unicode messages from 
  ICQ-Lite)

* Automaticaly sends acknowledges on incoming Type-2 messages;

* Reports client or server aknowledges on outgoing Type-2 messages;

* Searching in ICQ white-pages;

* Retrieving information about ICQ contact from white-pages;

* Retrieving and changing personal information;

* Can change login password;

* Can register new ICQ UINs;

* Can work with external proxy command (http(s) proxy is available in
  default distribution);

* can send and report user-defined capabilities;

* supports visible and invisible lists;


INSTALLATION
~~~~~~~~~~~~

The best way of installing of tclicq package is using pre-built package for
you operation system and distribution. However, you can install package
manually by copying icq directory containig tclicq package into one of Tcl
searching path directory. You can check current tcl package searching path
by runing command 
	puts $auto_path
in tclsh or wish interpreters.	
