jabberd2  2.2.16
Functions
sx/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, char *ns, char *to, char *from, 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::fail, and _sx_st::depth.

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,
char *  ns,
char *  to,
char *  from,
char *  version 
)