base module base_importspool: reads a filespool and sets all contained data using the configured xdb handler. More...
#include "jabberd.h"#include <dirent.h>Data Structures | |
| struct | base_importspool_struct |
Typedefs | |
| typedef struct base_importspool_struct * | base_importspool_st |
| typedef struct base_importspool_struct | _base_importspool_st |
Functions | |
| void | base_importspool (pool p) |
base module base_importspool: reads a filespool and sets all contained data using the configured xdb handler.
This module is used internally by jabberd14 if you request it to import data from an existing filespool.
| typedef struct base_importspool_struct _base_importspool_st |
| typedef struct base_importspool_struct * base_importspool_st |
hold data this instance of base_dir needs to be passed as void* pointer
| void base_importspool | ( | pool | p | ) |
load the base_importspool base module by registering a configuration handler for <importspool/>
| p | memory 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().
1.6.1