Strophe
0.8
XMPP client library
|
auth.c | Authentication function and handlers |
common.h | Internally used functions and structures |
conn.c | Connection management |
ctx.c | Runtime contexts, library initialization and shutdown, and versioning |
event.c | Event loop and management |
handler.c | Event handler management |
hash.c | Hash tables |
hash.h | Hash table API |
jid.c | JID creation and parsing |
md5.c | MD5 hash |
md5.h | MD5 hash API |
ostypes.h | Type definitions for platforms without stdint.h |
parser.h | Internally used functions and structures |
parser_expat.c | XML parser handlers |
parser_libxml2.c | XML parser handlers |
sasl.c | SASL authentication |
sasl.h | SASL authentication helpers |
sha1.c | SHA-1 hash |
sha1.h | SHA-1 hash API |
snprintf.c | A snprintf implementation |
sock.c | Socket abstraction |
sock.h | Socket abstraction API |
stanza.c | Stanza creation and manipulation |
strophe.h | Strophe public C API definitions |
strophepp.h | Strophe public C++ API definitions |
thread.c | Thread absraction |
thread.h | Threading abstraction API |
tls.h | TLS abstraction API |
tls_dummy.c | TLS dummy implementation |
tls_gnutls.c | TLS implementation with GNUTLS |
tls_openssl.c | TLS implementation with OpenSSL |
tls_schannel.c | TLS implementation with Win32 SChannel |
util.c | Utility functions |
util.h | Internally used utility functions |