comparison src/protocols/icq/README @ 2086:424a40f12a6c

[gaim-migrate @ 2096] moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 01:00:39 +0000
parents
children
comparison
equal deleted inserted replaced
2085:7ebb4322f89b 2086:424a40f12a6c
1 icqlib v1.2.0
2 Denis V. Dmitrienko <denix@kde.org>
3 Bill Soudan <soudan@kde.org>
4
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.
12
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
21
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
29
30 INSTALL
31 -------
32 This is very basic:
33 ./configure
34 make
35 su -c "make install"
36
37 If you want to install in other place:
38 ./configure --prefix=/place/to/install/icqlib
39 make
40 make install
41
42 You should have permissions to write in /place/to/install/icqlib or should
43 install it from root:
44 su -c "make install"
45
46 For more details read INSTALL file.
47
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
55
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
62
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.
69
70 THANKS
71 ------
72 To
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
79
80 And finally
81 - Linus Torvalds, Alan Cox and other Linux programmers for great OS
82
83 --
84 Enjoy!
85 icqlib development team.