|
| file | basics.h [code] |
| | Basic defines, macros, and global functions for JabberWerxC.
|
| |
| file | client.h [code] |
| | Functions and data structures for client.
|
| |
| file | dom.h [code] |
| | Datatypes and functions for representing the Document Object Model (DOM).
|
| |
| file | eventing.h [code] |
| | Functions and data structures for eventing.
|
| |
| file | jabberwerx.h [code] |
| | Main include file for JabberWerxC.
|
| |
| file | jid.h [code] |
| | Functions and data structures for JIDs.
|
| |
| file | sasl_factory.h [code] |
| | The 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.
|
| |
| file | sasl_mech.h [code] |
| | SASL 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.
|
| |
| file | stream.h [code] |
| | Functions and data structures for Streams of XML data over a data transport, such as a TCP stream.
|
| |
| file | tracker.h [code] |
| | Functions and data structures for tracking IQs and XDBs.
|
| |
| file | types-compat.h [code] |
| | Deprecated type names for use until transition to the new type names is complete. This file will eventually be removed.
|
| |