jabberd2
2.2.16
|
#include <jid.h>
Data Fields | |
unsigned char * | node |
unsigned char * | domain |
unsigned char * | resource |
unsigned char * | jid_data |
size_t | jid_data_len |
unsigned char * | _user |
unsigned char * | _full |
int | dirty |
struct jid_st * | next |
unsigned char* jid_st::node |
Definition at line 44 of file jid.h.
Referenced by _authreg_register_set(), _c2s_client_sx_callback(), c2s_router_sx_callback(), _c2s_sx_sasl_callback(), _router_process_route(), dispatch(), _disco_pkt_sm_populate(), _echo_pkt_sm(), _help_pkt_sm(), _presence_in_router(), _privacy_in_router(), _privacy_out_router(), _status_pkt_sm(), _vacation_pkt_user(), jid_prep(), jid_reset(), jid_reset_components_internal(), jid_expand(), jid_dup(), and jid_random_part().
unsigned char* jid_st::domain |
Definition at line 45 of file jid.h.
Referenced by _authreg_auth_set(), _authreg_register_set(), _c2s_client_sx_callback(), _c2s_component_presence(), _c2s_sx_sasl_callback(), _sm_build_route(), sm_packet(), _router_process_bind(), _router_process_unbind(), _router_process_route(), _router_sx_callback(), user_create(), _in_sx_callback(), _in_result(), _in_verify(), _in_packet(), _out_packet_queue(), out_packet(), _out_result(), _out_verify(), _amp_in_sess(), _announce_in_sess(), _announce_broadcast_user(), _announce_pkt_sm(), _disco_pkt_sm(), _echo_pkt_sm(), _help_pkt_sm(), _iq_private_in_sess(), _iq_vcard_pkt_sm(), _offline_pkt_user(), _pep_in_sess(), _privacy_action(), _roster_publish_user_load(), _session_in_router(), _session_pkt_router(), _status_pkt_sm(), _vacation_pkt_user(), pkt_router(), pkt_sess(), sess_route(), sess_start(), jid_prep(), jid_reset(), jid_reset_components_internal(), jid_expand(), jid_dup(), and jid_random_part().
unsigned char* jid_st::resource |
Definition at line 46 of file jid.h.
Referenced by _authreg_register_set(), _c2s_client_sx_callback(), _c2s_sx_sasl_callback(), _pbx_process_command(), aci_check(), _amp_pkt_user(), _announce_pkt_sm(), _deliver_pkt_user(), _disco_pkt_sm_populate(), _echo_pkt_sm(), _help_pkt_sm(), _iq_last_pkt_user(), _iq_vcard_pkt_user(), _presence_pkt_user(), _privacy_action(), _privacy_in_router(), _privacy_out_router(), _vacation_pkt_user(), pres_in(), sess_match(), jid_prep(), jid_reset(), jid_reset_components_internal(), jid_expand(), jid_dup(), and jid_random_part().
unsigned char* jid_st::jid_data |
Definition at line 51 of file jid.h.
Referenced by jid_new(), jid_static(), jid_reset(), jid_reset_components_internal(), jid_free(), and jid_dup().
size_t jid_st::jid_data_len |
Definition at line 55 of file jid.h.
Referenced by jid_reset(), jid_reset_components_internal(), jid_free(), and jid_dup().
unsigned char* jid_st::_user |
Definition at line 58 of file jid.h.
Referenced by _router_process_route(), jid_reset_components_internal(), jid_free(), jid_expand(), jid_user(), jid_compare_user(), and jid_dup().
unsigned char* jid_st::_full |
Definition at line 61 of file jid.h.
Referenced by _router_process_route(), jid_reset_components_internal(), jid_free(), jid_expand(), jid_full(), jid_compare_full(), and jid_dup().
int jid_st::dirty |
Definition at line 64 of file jid.h.
Referenced by aci_check(), jid_reset(), jid_reset_components_internal(), and jid_expand().
struct jid_st* jid_st::next |
Definition at line 67 of file jid.h.
Referenced by aci_unload(), _help_pkt_sm(), pres_update(), jid_search(), jid_zap(), and jid_append().