#include <jsm.h>
Data Fields | |
| instance | i |
| xht | hosts |
| xht | sc_sessions |
| xht | std_namespace_prefixes |
| xdbcache | xc |
| mlist | events [e_LAST] |
| pool | p |
| struct history_storage_conf | history_sent |
| struct history_storage_conf | history_recv |
| char * | statefile |
| char * | auth |
jabberd's instance data for the jsm component
Referenced by js_authreg(), js_deliver(), js_session_route(), jsm(), and jsm_deserialize().
hash with hosts as keys and hashtables (key: user, value: udata_struct) as values
Referenced by js_deliver(), js_islocal(), js_packet(), js_user(), js_users_gc(), jsm(), jsm_serialize(), and jsm_shutdown().
hash containing pointers to the udata_struct for sessions initiated by the session control protocol
Referenced by _js_routed_packet(), _js_routed_session_control_packet(), js_sc_session_new(), js_session_end(), and jsm().
standard prefixes used for xmlnode_get_tags()
Referenced by _js_authreg_register(), _js_session_from(), _js_session_to(), js_config(), jsm(), jsm_deserialize(), mod_offline(), mod_version(), and mod_xml().
xdbcache used to query xdb
Referenced by _js_authreg_register(), _js_session_from(), _js_session_to(), js_config(), js_trust(), js_user(), and jsm().
| mlist jsmi_struct::events[e_LAST] |
list of registered modules for the existing event types
Referenced by js_mapi_call2(), js_mapi_register(), and jsm().
memory pool for the instance
Referenced by js_mapi_register(), js_packet(), jsm(), mod_announce(), mod_last(), mod_log(), mod_offline(), mod_presence(), and mod_stat().
struct history_storage_conf jsmi_struct::history_sent [read] |
store history for messages sent by the user?
Referenced by _js_session_from(), and jsm().
struct history_storage_conf jsmi_struct::history_recv [read] |
store history for messages received by the user?
Referenced by _js_session_to(), and jsm().
| char* jsmi_struct::statefile |
to which file to store serialization data
Referenced by jsm(), jsm_deserialize(), and jsm_serialize().
| char* jsmi_struct::auth |
forward authentication request to this component, if not NULL
Referenced by _js_routed_auth_packet(), and jsm().
1.5.5