Jabberd14-1.6.0/jabberd/base/base.c

Last-modified: 2007-04-14 (土) 20:48:55

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

概要

/**
 * @file base.c
 * @brief load all base handlers, register their configuration handlers
 */
/**
 * @dir base
 * @brief Contains the base handlers of jabberd14
 *
 * Jabberd14 is an XML router, that routes XML stanzas between the different base handlers. Some of these
 * base handlers (like the unsubscribe handler implemented in base_unsubscribe.c) handle packets themselves.
 * Other handlers (accept, connect, load, ...) implement interfaces, that can be used by components
 * to use the XML routing functionality.
 */
Jabberd14はXMLの塊を異なるベースハンドラの間でルーティングするXMLルータである。

関数・マクロ

void base_init(pool p)

構造体

変数

実装

実装の説明を書いてください

呼出元

#related: relatedプラグインは廃止されました。