Implemented the draft-riikonen-presence-attrs and Attribute
[silc.git] / lib / silccore / DIRECTORY
1 <!--
2 @LIBRARY=SILC Core Library
3 @FILENAME=silccorelib.html
4 @LINK=silcauth.html:SILC Authentication Interface
5 @LINK=silcchannel.html:SILC Channel Interface
6 @LINK=silccommand.html:SILC Command Interface
7 @LINK=silcnotify.html:SILC Notify Interface
8 @LINK=silcstatus.html:SILC Status Types
9 @LINK=silcmode.html:SILC Modes
10 @LINK=silcid.html:SILC ID Interface
11 @LINK=silcidcache.html:SILC ID Cache Interface
12 @LINK=silcargument.html:SILC Argument Interface
13 @LINK=silcprivate.html:SILC Private Message 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@