xmppc 0.0.1
XMPP Command Line Client
Loading...
Searching...
No Matches
Functions
xmppc.c File Reference
#include "xmppc.h"
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
Include dependency graph for xmppc.c:

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)
 

Detailed Description

xmppc

Function Documentation

◆ logError()

void logError ( xmppc_t * xmppc,
const char * fmt,
... )

Error logging

Parameters
xmppcthe xmppc context structure
fmtformat of message

◆ xmppc_context()

int xmppc_context ( xmppc_t * xmppc,
int level )

Setup the application context.

Parameters
xmppc
Returns
0 - ok