JabberWerxC  2015.1.1
jabberwerx.h
Go to the documentation of this file.
1 
29 #ifndef JABBERWERX_JABBERWERX_H
30 #define JABBERWERX_JABBERWERX_H
31 
32 #include "crypto/sha1.h"
33 #include "crypto/tls.h"
34 
35 #include "util/base64.h"
36 #include "util/hex.h"
37 #include "util/htable.h"
38 #include "util/log.h"
39 #include "util/mem.h"
40 #include "util/parser.h"
41 #include "util/serializer.h"
42 #include "util/states.h"
43 #include "util/str.h"
44 #include "util/workq.h"
45 
46 #include "basics.h"
47 #include "client.h"
48 #include "dom.h"
49 #include "eventing.h"
50 #include "jid.h"
51 #include "sasl_factory.h"
52 #include "sasl_mech.h"
53 #include "stream.h"
54 #include "tracker.h"
55 #include "types-compat.h"
56 
57 #endif /* JABBERWERX_JABBERWERX_H */
Functions and data structures for TLS over jw_stream.
Functions and data structures for JIDs.
This file contains JabberWerxC allocation related functions and jw_pool objects.
XML stream serializer for JabberWerxC.
Standard string functions that handle NULL inputs.
Functions and data structures for the state management engine.
Functions and data structures for tracking IQs and XDBs.
XMPP Stream parser for JabberWerxC.
Functions and data structures for Streams of XML data over a data transport, such as a TCP stream...
Functions for encoding to and decoding from hex strings.
SASL mechanism types and functions. A SASL mechanism is an implementation specification for a particu...
This file contains JabberWerxC Work Queue types and functions.
Functions for encoding to and decoding from Base 64.
Datatypes and functions for representing the Document Object Model (DOM).
Deprecated type names for use until transition to the new type names is complete. This file will even...
The SASL mechanism factory. Clients can use the factory to prioritize a list of SASL mechanisms...
Functions and data structures for eventing.
Datatypes and functions for computing SHA1 message digests.
Functions and data structures for client.
Functions for simplified logging.
Basic defines, macros, and global functions for JabberWerxC.
Datatypes and functions for hashtables.