jabberd2  2.7.0
Functions
server.c File Reference
#include "sx.h"

Go to the source code of this file.

Functions

static void _sx_server_notify_header (sx_t s, void *arg)
 
static void _sx_server_element_start (void *arg, const char *name, const char **atts)
 
static void _sx_server_element_end (void *arg, const char *name)
 
static void _sx_server_ns_start (void *arg, const char *prefix, const char *uri)
 catch the application namespace so we can get the response right More...
 
void sx_server_init (sx_t s, unsigned int flags)
 

Function Documentation

◆ _sx_server_notify_header()

static void _sx_server_notify_header ( sx_t  s,
void *  arg 
)
static

◆ _sx_server_element_start()

static void _sx_server_element_start ( void *  arg,
const char *  name,
const char **  atts 
)
static

◆ _sx_server_element_end()

static void _sx_server_element_end ( void *  arg,
const char *  name 
)
static

Definition at line 218 of file server.c.

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

Referenced by sx_server_init().

◆ _sx_server_ns_start()

static void _sx_server_ns_start ( void *  arg,
const char *  prefix,
const char *  uri 
)
static

catch the application namespace so we can get the response right

Definition at line 227 of file server.c.

References _sx_st::expat, and _sx_st::ns.

Referenced by sx_server_init().

◆ sx_server_init()

void sx_server_init ( sx_t  s,
unsigned int  flags 
)