Jabberd14-1.6.0/jabberd/base/base_accept.c/base_accept

Last-modified: 2007-04-14 (土) 21:22:19

このページを編集する際は,編集に関する方針に従ってください.

概要

* register the accept base handler

引数

* @param p memory pool used to register the configuration handler of this handler (must be available for the livetime of jabberd)

実装

void base_accept(pool p) {
    log_debug2(ZONE, LOGT_INIT, "base_accept loading...\n");
    register_config(p, "accept",base_accept_config,NULL);
}

呼出元