jabberd2
2.3.3
|
Data Fields | |
int | result |
char * | condition |
char * | value |
char * | action |
struct amp_rule_st * | next |
int amp_rule_st::result |
Definition at line 53 of file mod_amp.c.
Referenced by amp_build_response_pkt().
char* amp_rule_st::condition |
Definition at line 54 of file mod_amp.c.
Referenced by amp_build_response_pkt(), and amp_rule_free().
char* amp_rule_st::value |
Definition at line 55 of file mod_amp.c.
Referenced by amp_build_response_pkt(), and amp_rule_free().
char* amp_rule_st::action |
Definition at line 56 of file mod_amp.c.
Referenced by amp_build_response_pkt(), and amp_rule_free().
struct amp_rule_st* amp_rule_st::next |
Definition at line 57 of file mod_amp.c.
Referenced by amp_rule_free().