#include <common.h>
◆ ref
unsigned int xmpp_conn_t::ref |
◆ ctx
xmpp_ctx_t* xmpp_conn_t::ctx |
◆ type
◆ is_raw
◆ state
◆ timeout_stamp
uint64_t xmpp_conn_t::timeout_stamp |
◆ error
◆ stream_error
◆ sock
◆ ka_timeout
int xmpp_conn_t::ka_timeout |
◆ ka_interval
int xmpp_conn_t::ka_interval |
◆ tls
◆ tls_support
int xmpp_conn_t::tls_support |
◆ tls_disabled
int xmpp_conn_t::tls_disabled |
◆ tls_mandatory
int xmpp_conn_t::tls_mandatory |
◆ tls_legacy_ssl
int xmpp_conn_t::tls_legacy_ssl |
◆ tls_trust
int xmpp_conn_t::tls_trust |
◆ tls_cafile
char* xmpp_conn_t::tls_cafile |
◆ tls_capath
char* xmpp_conn_t::tls_capath |
◆ tls_client_cert
char* xmpp_conn_t::tls_client_cert |
◆ tls_client_key
char* xmpp_conn_t::tls_client_key |
◆ tls_failed
int xmpp_conn_t::tls_failed |
◆ sasl_support
int xmpp_conn_t::sasl_support |
◆ auth_legacy_enabled
int xmpp_conn_t::auth_legacy_enabled |
◆ secured
◆ certfail_handler
◆ bind_required
int xmpp_conn_t::bind_required |
◆ session_required
int xmpp_conn_t::session_required |
◆ lang
◆ domain
char* xmpp_conn_t::domain |
◆ jid
◆ pass
◆ bound_jid
char* xmpp_conn_t::bound_jid |
◆ stream_id
char* xmpp_conn_t::stream_id |
◆ blocking_send
int xmpp_conn_t::blocking_send |
◆ send_queue_max
int xmpp_conn_t::send_queue_max |
◆ send_queue_len
int xmpp_conn_t::send_queue_len |
◆ send_queue_head
xmpp_send_queue_t* xmpp_conn_t::send_queue_head |
◆ send_queue_tail
xmpp_send_queue_t* xmpp_conn_t::send_queue_tail |
◆ reset_parser
int xmpp_conn_t::reset_parser |
◆ parser
parser_t* xmpp_conn_t::parser |
◆ connect_timeout
unsigned int xmpp_conn_t::connect_timeout |
◆ open_handler
◆ authenticated
int xmpp_conn_t::authenticated |
◆ conn_handler
◆ userdata
void* xmpp_conn_t::userdata |
◆ timed_handlers
xmpp_handlist_t* xmpp_conn_t::timed_handlers |
◆ id_handlers
hash_t* xmpp_conn_t::id_handlers |
◆ handlers
xmpp_handlist_t* xmpp_conn_t::handlers |
The documentation for this struct was generated from the following file: