Unified Channel Message Payload and Private Message Payload
[silc.git] / lib / silccore / DIRECTORY
1 <!--
2 @LIBRARY=SILC Core Library
3 @FILENAME=silccorelib.html
4 @LINK=silcauth.html:SILC Authentication Interface
5 @LINK=silcmessage.html:SILC Message Interface
6 @LINK=silcchannel.html:SILC Channel Interface
7 @LINK=silccommand.html:SILC Command Interface
8 @LINK=silcnotify.html:SILC Notify Interface
9 @LINK=silcstatus.html:SILC Status Types
10 @LINK=silcmode.html:SILC Modes
11 @LINK=silcid.html:SILC ID Interface
12 @LINK=silcidcache.html:SILC ID Cache Interface
13 @LINK=silcargument.html:SILC Argument Interface
14 @LINK=silcattrs.html:SILC Attributes Interface
15 @LINK=silcpacket.html:Packet Protocol Interface
16 -->
17
18 <big><b>SILC Core Library</b></big>
19 <br />
20 <small>Directory: lib/silccore/</small>
21 <br />
22 <small>Library: libsilc.a, libsilc.lib</small>
23 <br /><br />
24 <b>Introduction</b>
25
26 <br /><br />
27 SILC Core Library includes all the core components of the SILC Protocol.
28 It provides routines to encode and decode all SILC packet payloads defined
29 in the protocol specification.  It provides packet assembling and parsing
30 routines, and routines for sending private message and channel messages.
31
32 <br /><br />
33 @LINKS@