#include <jabberd.h>
#include <dlfcn.h>
#include <popt.h>
#include <iostream>
Functions | |
| int | main (int argc, const char **argv) |
Variables | |
| xht | debug__zones |
| void * | so_h = NULL |
| char *(* | xdb_file_full )(int create, pool p, const char *spl, char const *host, const char *file, char const *ext, int use_subdirs) |
| void(* | xdb_convert_spool )(const char *spoolroot) |
| xmlnode(* | xdb_file_load )(char *host, char *fname, xht cache) |
| int main | ( | int | argc, | |
| const char ** | argv | |||
| ) |
References error, j_strcmp(), j_strlen(), jid_new(), NS_JABBERD_CONFIG_XDBFILE, NS_JABBERD_CONFIGFILE, NS_JABBERD_CONFIGFILE_REPLACE, NTYPE_ATTRIB, NTYPE_CDATA, NTYPE_TAG, pool_free(), pool_new, pstrdup(), so_h, xdb_convert_spool, xdb_file_full, xdb_file_load, xhash_new(), xhash_put(), xmlnode2file(), xmlnode_file(), xmlnode_file_borked(), xmlnode_free(), xmlnode_get_data(), xmlnode_get_firstchild(), xmlnode_get_localname(), xmlnode_get_namespace(), xmlnode_get_nsprefix(), xmlnode_get_parent(), xmlnode_get_tags(), xmlnode_hide(), xmlnode_insert_cdata(), xmlnode_insert_node(), xmlnode_put_attrib_ns(), xmlnode_serialize_string(), and xmlnode_str().
the debugging zones, that are enabled (key = zone string, value = zone string)
| void(* xdb_convert_spool)(const char *spoolroot) |
Referenced by main(), and xdb_file().
| char*(* xdb_file_full)(int create, pool p, const char *spl, char const *host, const char *file, char const *ext, int use_subdirs) |
Referenced by main(), and xdb_file_phandler().
Referenced by main(), and xdb_file_phandler().
1.5.5