jabberd14 1.6.2
Data Structures | Typedefs | Functions | Variables
base_stdout.cc File Reference

this handler will cause all packets to be delivered to standard out (STDOUT) from the jabberd process, it also flags a thread to read on STDIN for incoming packets - DEPRICATED More...

#include "jabberd.h"

Data Structures

struct  drop

Typedefs

typedef struct drop _drop

Functions

void base_stdout (pool p)

Variables

pth_t main__thread = NULL

Detailed Description

this handler will cause all packets to be delivered to standard out (STDOUT) from the jabberd process, it also flags a thread to read on STDIN for incoming packets - DEPRICATED

Deprecated:
using this handler is depricated, it will be removed from future versions of jabberd14

Typedef Documentation

typedef struct drop _drop

Function Documentation

void base_stdout ( pool  p)

register the stdout base handler

Parameters:
pmemory pool used to register the configuration handler, must be available for the livetime of jabberd

References log_debug2, LOGT_INIT, register_config(), and ZONE.

Referenced by base_init().


Variable Documentation

pth_t main__thread = NULL