jabberd2
2.6.1
|
list of resources bound to session More...
#include <c2s.h>
Data Fields | |
jid_t | jid |
full bound jid More... | |
char | c2s_id [44] |
session id for this jid for us and them More... | |
char | sm_id [41] |
char | sm_request [41] |
this holds the id of the current pending SM request More... | |
bres_t | next |
jid_t bres_st::jid |
full bound jid
Definition at line 61 of file c2s.h.
Referenced by _authreg_auth_set(), _authreg_register_set(), _c2s_client_mio_callback(), _c2s_client_sx_callback(), _c2s_component_presence(), _sm_build_route(), _sm_generate_id(), c2s_router_sx_callback(), JABBER_MAIN(), sm_create(), sm_delete(), sm_packet(), and sm_start().
char bres_st::c2s_id[44] |
session id for this jid for us and them
Definition at line 63 of file c2s.h.
Referenced by _authreg_auth_set(), _authreg_register_set(), _c2s_client_sx_callback(), _sm_build_route(), c2s_router_sx_callback(), and sm_packet().
char bres_st::sm_id[41] |
Definition at line 63 of file c2s.h.
Referenced by _sm_build_route(), c2s_router_sx_callback(), and sm_packet().
char bres_st::sm_request[41] |
this holds the id of the current pending SM request
Definition at line 65 of file c2s.h.
Referenced by _sm_generate_id(), c2s_router_sx_callback(), sm_create(), and sm_start().
bres_t bres_st::next |
Definition at line 67 of file c2s.h.
Referenced by _c2s_client_mio_callback(), _c2s_client_sx_callback(), c2s_router_sx_callback(), and JABBER_MAIN().