jabberd2
2.3.3
|
xmpp resource binding More...
#include "c2s.h"
Go to the source code of this file.
Functions | |
static void | _bind_features (sx_t s, sx_plugin_t p, nad_t nad) |
sx features callback More... | |
int | bind_init (sx_env_t env, sx_plugin_t p, va_list args) |
plugin initialiser More... | |
|
static |
sx features callback
Definition at line 31 of file bind.c.
References host_st::ar_register_enable, _sx_st::auth_id, c2s_st::hosts, log_debug, nad_add_namespace(), nad_append_elem(), _sx_plugin_st::private, _sx_st::req_to, nad_st::scope, uri_BIND, uri_IQAUTH, uri_IQREGISTER, uri_ROSTERVER, uri_XSESSION, c2s_st::vhost, xhash_get(), and ZONE.
Referenced by bind_init().
int bind_init | ( | sx_env_t | env, |
sx_plugin_t | p, | ||
va_list | args | ||
) |
plugin initialiser
args: c2s
Definition at line 69 of file bind.c.
References _bind_features(), _sx_plugin_st::features, log_debug, _sx_plugin_st::private, and ZONE.
Referenced by JABBER_MAIN().