[gaim-migrate @ 3063]
[pidgin-git.git] / src / protocols / icq / README
blob44e0af213625e8809d5c9b83d7dd2844c0e65f1f
1 icqlib v1.2.0
2 Denis V. Dmitrienko <denix@kde.org>
3 Bill Soudan <soudan@kde.org>
5 DESCRIPTION
6 -----------
7 icqlib is the most feature complete, open source, library implementation
8 of Mirabilis' ICQ protocol available on the Internet. icqlib currently
9 supports approximately 90% of the ICQ UDP v5 protocol and 80% of the
10 ICQ TCP v2 protocol, including new UIN registration, chat, and file
11 transfer.
13 Features:
14 * written in C for portability - compiles on most Unices
15 * supports multiple simultaneous connections to ICQ servers - more
16   than one UIN can log in and receive events
17 * SOCKS5 firewall support for both UDP and TCP protocols
18 * event driven, non-blocking interface
19 * supports Russian language - automatically performs conversion from
20   Windows 1251 encoding to unix koi8 encoding
22 DOWNLOAD
23 --------
24 Home page:
25       http://kicq.sourceforge.net/icqlib.shtml
26 Direct download:
27       http://download.sourceforge.net/icqlib/icqlib-1.2.0.tar.gz
28       ftp://ftp.kde.org/pub/kde/unstable/apps/network/icqlib-1.2.0.tar.gz
30 INSTALL
31 -------
32 This is very basic:
33       ./configure
34       make
35       su -c "make install"
37 If you want to install in other place:
38       ./configure --prefix=/place/to/install/icqlib
39       make
40       make install
42 You should have permissions to write in /place/to/install/icqlib or should
43 install it from root:
44       su -c "make install"
46 For more details read INSTALL file.
48 BUGS
49 ----
50 If you find one that isn't listed, submit your bugreport here:
51 http://sourceforge.net/bugs/?group_id=384
52 And if you have a fix for it, so much the better! Submit your patch
53 here:
54 http://sourceforge.net/patch/?group_id=384
56 PARTICIPATION
57 -------------
58 You can participate in icqlib project in any way here:
59 http://sourceforge.net/projects/icqlib
60 Send your feature requests here:
61 http://sourceforge.net/support/?group_id=384
63 Please try to avoid abusing developers with direct email messages,
64 especially if your question could be already answered somewhere in
65 the project forums or mailing lists. Please use provided above web
66 forms to submit your reports and requests. And of course, any kind of
67 contributions and propositions are very appreciated and welcomed, and
68 could be sent directly. Thank you for your understanding and patience.
70 THANKS
71 ------
73 - Matthew Smith, Magnus Ihse, Jeremy Wise, Henrik Isaksson and other
74   people from ICQDev <icq-devel@lists.realminfo.com> and
75   micq <micq@phantom.iquest.net> mailing lists for their contribution
76   in icq protocol research
77 - K Desktop Environment developers
78 - icqlib and kicq users
80 And finally
81 - Linus Torvalds, Alan Cox and other Linux programmers for great OS
84 Enjoy!
85 icqlib development team.