|
xmppc 0.0.1
XMPP Command Line Client
|
#include "xmppc.h"#include <assert.h>#include <stdarg.h>#include <stdlib.h>
Functions | |
| void | logError (xmppc_t *xmppc, const char *fmt,...) |
| void | logWarn (xmppc_t *xmppc, const char *fmt,...) |
| void | logInfo (xmppc_t *xmppc, const char *fmt,...) |
| void | logDebug (xmppc_t *xmppc, const char *fmt,...) |
| int | xmppc_context (xmppc_t *xmppc, int level) |
| Setup the application context. | |
| int | xmppc_connect (xmppc_t *xmppc, char *jid, char *password) |
xmppc
| void logError | ( | xmppc_t * | xmppc, |
| const char * | fmt, | ||
| ... ) |
Error logging
| xmppc | the xmppc context structure |
| fmt | format of message |
| int xmppc_context | ( | xmppc_t * | xmppc, |
| int | level ) |
Setup the application context.
| xmppc |