#include <jabberdlib.h>
Data Fields | |
| unsigned char | type |
| int | subtype |
| int | flag |
| void * | aux1 |
| xmlnode | x |
| jid | to |
| jid | from |
| char * | iqns |
| xmlnode | iq |
| pool | p |
| void* jpacket_struct::aux1 |
pointer to data passed around with a jpacket, multiple use inside jsm
Referenced by _js_authreg_auth(), _js_authreg_register(), _js_routed_auth_packet(), _js_session_from(), _js_session_to(), js_authreg(), js_offline_main(), js_session_from(), and js_session_to().
used by the session manager to flag messages, that are read from offline storage
Referenced by _js_session_to(), js_bounce_xmpp(), js_deliver(), and js_offline_main().
source address for the stanza
Referenced by _js_session_from(), _js_session_to(), jpacket_reset(), js_deliver(), and js_server_main().
"content" of an iq stanza, pointer to the element in its own namespace
Referenced by _js_authreg_auth(), _js_authreg_register(), jpacket_reset(), js_authreg(), and js_mapi_create_additional_iq_result().
| char* jpacket_struct::iqns |
pointer to the namespace inside an IQ stanza
Referenced by jpacket_reset().
memory pool used for this stanza
Referenced by _js_routed_auth_packet(), _js_session_from(), jpacket_reset(), js_psend(), js_session_from(), and js_session_to().
subtype of a stanza
Referenced by jpacket_reset(), and jpacket_subtype().
destination of the stanza
Referenced by _js_authreg_auth(), _js_authreg_register(), _js_session_from(), jpacket_reset(), js_authreg(), js_deliver(), and js_online().
| unsigned char jpacket_struct::type |
stanza type (JPACKET_*)
Referenced by _js_routed_error_packet(), _js_session_from(), _js_session_to(), jpacket_reset(), jpacket_subtype(), js_deliver(), js_mapi_call2(), and js_mapi_create_additional_iq_result().
xmlnode containing the stanza inside the jpacket
Referenced by _js_authreg_auth(), _js_authreg_register(), _js_routed_auth_packet(), _js_routed_packet(), _js_session_from(), _js_session_to(), jpacket_new(), jpacket_reset(), jpacket_subtype(), js_authreg(), js_deliver(), js_mapi_call2(), js_mapi_create_additional_iq_result(), js_offline_main(), js_server_main(), xmppd::instance_base::on_iq_stanza(), xmppd::instance_base::on_message_stanza(), xmppd::instance_base::on_presence_stanza(), and xmppd::instance_base::on_subscription_stanza().
1.6.1