jabberd2  2.3.2
Functions
feature.c File Reference

feature registration More...

#include "sm.h"

Go to the source code of this file.

Functions

void feature_register (sm_t sm, const char *feature)
 register a feature More...
 
void feature_unregister (sm_t sm, const char *feature)
 unregister feature More...
 

Detailed Description

feature registration

Author
Robert Norris
Date:
2005/08/17 11:10:12
Revision:
1.9

Definition in file feature.c.

Function Documentation

void feature_register ( sm_t  sm,
const char *  feature 
)

register a feature

Definition at line 37 of file feature.c.

References sm_st::features, log_debug, pstrdup(), xhash_get(), xhash_pool(), xhash_put(), and ZONE.

Referenced by JABBER_MAIN(), and module_init().

void feature_unregister ( sm_t  sm,
const char *  feature 
)