JabberWerxC  2015.1.1
File List
Here is a list of all documented files with brief descriptions:
 base64.hFunctions for encoding to and decoding from Base 64
 basics.hBasic defines, macros, and global functions for JabberWerxC
 client.hFunctions and data structures for client
 dom.hDatatypes and functions for representing the Document Object Model (DOM)
 eventing.hFunctions and data structures for eventing
 hex.hFunctions for encoding to and decoding from hex strings
 htable.hDatatypes and functions for hashtables
 jabberwerx.hMain include file for JabberWerxC
 jid.hFunctions and data structures for JIDs
 log.hFunctions for simplified logging
 mem.hThis file contains JabberWerxC allocation related functions and jw_pool objects
 parser.hXMPP Stream parser for JabberWerxC
 sasl_factory.hThe SASL mechanism factory. Clients can use the factory to prioritize a list of SASL mechanisms. When the time comes to choose an appropriate mechanism, the client can submit a list of choices. The factory will return the highest priority registered mechanism that also appears in the list of choices
 sasl_mech.hSASL mechanism types and functions. A SASL mechanism is an implementation specification for a particular authentication mechanism. To perform the authentication, a mechanism instance needs to be instantiated and have its evaluate method called one or more times with appropriate data and a completion callback, which will be called by the mechanism to indicate the results of the authentication sequence
 serializer.hXML stream serializer for JabberWerxC
 sha1.hDatatypes and functions for computing SHA1 message digests
 states.hFunctions and data structures for the state management engine
 str.hStandard string functions that handle NULL inputs
 stream.hFunctions and data structures for Streams of XML data over a data transport, such as a TCP stream
 tls.hFunctions and data structures for TLS over jw_stream
 tracker.hFunctions and data structures for tracking IQs and XDBs
 types-compat.hDeprecated type names for use until transition to the new type names is complete. This file will eventually be removed
 workq.hThis file contains JabberWerxC Work Queue types and functions