|
jabberd14 1.6.2
|
opens a socket to handle incoming connections using the component protocol defined in XEP-0114 More...
#include "jabberd.h"Data Structures | |
| struct | jqueue_struct |
| struct | accept_instance_st |
Defines | |
| #define | A_ERROR -1 |
| #define | A_READY 1 |
Typedefs | |
| typedef struct jqueue_struct * | jqueue |
| typedef struct jqueue_struct | _jqueue |
| typedef struct accept_instance_st * | accept_instance |
| typedef struct accept_instance_st | _accept_instance |
Functions | |
| void | base_accept (pool p) |
opens a socket to handle incoming connections using the component protocol defined in XEP-0114
| #define A_ERROR -1 |
| #define A_READY 1 |
| typedef struct accept_instance_st _accept_instance |
| typedef struct jqueue_struct _jqueue |
| typedef struct accept_instance_st * accept_instance |
| typedef struct jqueue_struct * jqueue |
| void base_accept | ( | pool | p | ) |
register the accept base handler
| p | memory pool used to register the configuration handler of this handler (must be available for the livetime of jabberd) |
References log_debug2, LOGT_INIT, register_config(), and ZONE.
Referenced by base_init().
1.7.4