jabberd2
2.2.16
|
#include "router.h"
Go to the source code of this file.
Functions | |
int | user_table_load (router_t r) |
user table manager | |
void | user_table_unload (router_t r) |
int user_table_load | ( | router_t | r | ) |
user table manager
Definition at line 25 of file user.c.
References log_debug, ZONE, router_st::users, xhash_free(), xhash_new(), config_get_one(), router_st::config, log_write(), router_st::log, nad_parse(), nad_find_elem(), NAD_CDATA_L, NAD_CDATA, xhash_put(), pstrdupx(), xhash_pool(), nad_free(), and router_st::users_load.
Referenced by JABBER_MAIN().
void user_table_unload | ( | router_t | r | ) |
Definition at line 103 of file user.c.
References router_st::users, and xhash_free().
Referenced by JABBER_MAIN().