jabberd2  2.3.3
Functions
client.c File Reference
#include "sx.h"

Go to the source code of this file.

Functions

static void _sx_client_element_start (void *arg, const char *name, const char **atts)
 
static void _sx_client_element_end (void *arg, const char *name)
 
static void _sx_client_notify_header (sx_t s, void *arg)
 
void sx_client_init (sx_t s, unsigned int flags, const char *ns, const char *to, const char *from, const char *version)
 

Function Documentation

static void _sx_client_element_start ( void *  arg,
const char *  name,
const char **  atts 
)
static
static void _sx_client_element_end ( void *  arg,
const char *  name 
)
static

Definition at line 90 of file client.c.

References _sx_st::depth, and _sx_st::fail.

Referenced by _sx_client_notify_header().

static void _sx_client_notify_header ( sx_t  s,
void *  arg 
)
static
void sx_client_init ( sx_t  s,
unsigned int  flags,
const char *  ns,
const char *  to,
const char *  from,
const char *  version 
)