|
jabberd2
2.2.16
|
#include "sx.h"Go to the source code of this file.
Functions | |
| static void | _sx_address_features (sx_t s, sx_plugin_t p, nad_t nad) |
| sx features callback | |
| int | sx_address_init (sx_env_t env, sx_plugin_t p, va_list args) |
| args: none | |
| static void _sx_address_features | ( | sx_t | s, |
| sx_plugin_t | p, | ||
| nad_t | nad | ||
| ) | [static] |
sx features callback
Definition at line 27 of file address.c.
References _sx_st::state, state_OPEN, _sx_debug, ZONE, nad_add_namespace(), uri_ADDRESS_FEATURE, nad_append_elem(), nad_append_cdata(), and _sx_st::ip.
Referenced by sx_address_init().
| int sx_address_init | ( | sx_env_t | env, |
| sx_plugin_t | p, | ||
| va_list | args | ||
| ) |
args: none
Definition at line 42 of file address.c.
References log_debug, ZONE, _sx_plugin_st::features, and _sx_address_features().
Referenced by JABBER_MAIN().
1.7.5