Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcclient / DIRECTORY
1 <!--
2 @LIBRARY=SILC Client Library
3 @FILENAME=silcclientlib.html
4 @LINK=silcclient_using.html:Using SILC Client Library Tutorial
5 @LINK=command_reply_args.html:Arguments for <b>command_reply</b> Client Operation
6 @LINK=silcstatus_args.html:SilcStatus Error Arguments in <b>command_reply</b> Client Operation
7 @LINK=notifyargs.html:Arguments for <b>notify</b> Client Operation
8 @LINK=silcclient_unicode.html:Unicode and UTF-8 Strings in Client Library
9 @LINK=silcclient.html:Client Library Interface Reference
10 -->
11
12 <big><b>SILC Client Library</b></big>
13 <br />
14 <small>Directory: lib/silcclient/</small>
15 <br />
16 <small>Library: libsilcclient.a, libsilcclient.lib</small>
17 <br /><br />
18 <b>Introduction</b>
19
20 <br /><br />
21 SILC Client Library is SILC Client implementation without the actual user
22 interface. The library uses common and core components of SILC protocol from
23 lib/silccore library and normal utility routines from lib/silcutil library.
24 The library has been designed to be complete SILC Client implementation
25 without actual user interface.  The library provides the API for the
26 application which it can use to implement generally whatever user interface
27 it wants.
28
29 <br /><br />
30 The `silcclient.h' file defines the function prototypes that application must
31 implement in order to be able to create the user interface with the
32 library.  The idea is that the application can implement whatever user
33 interface routines in the functions and display the data whatever way
34 it wants.  The library is entirely transparent to the user interface and
35 it does not include any user interface specific issues such as window
36 handling or item handling on the screen etc.  These does not interest
37 the library.
38
39 <br /><br />
40 @LINKS@