|
Strophe
0.8
XMPP client library
|
Data Fields | |
| unsigned int | ref |
| xmpp_ctx_t * | ctx |
| xmpp_conn_type_t | type |
| xmpp_conn_state_t | state |
| uint64_t | timeout_stamp |
| int | error |
| xmpp_stream_error_t * | stream_error |
| sock_t | sock |
| tls_t * | tls |
| int | tls_support |
| int | tls_disabled |
| int | tls_failed |
| int | sasl_support |
| int | secured |
| int | bind_required |
| int | session_required |
| char * | lang |
| char * | domain |
| char * | connectdomain |
| char * | connectport |
| char * | jid |
| char * | pass |
| char * | bound_jid |
| char * | stream_id |
| int | blocking_send |
| int | send_queue_max |
| int | send_queue_len |
| xmpp_send_queue_t * | send_queue_head |
| xmpp_send_queue_t * | send_queue_tail |
| int | reset_parser |
| parser_t * | parser |
| unsigned int | connect_timeout |
| xmpp_open_handler | open_handler |
| int | authenticated |
| xmpp_conn_handler | conn_handler |
| void * | userdata |
| xmpp_handlist_t * | timed_handlers |
| hash_t * | id_handlers |
| xmpp_handlist_t * | handlers |
| unsigned int xmpp_conn_t::ref |
| xmpp_ctx_t* xmpp_conn_t::ctx |
| xmpp_conn_type_t xmpp_conn_t::type |
| xmpp_conn_state_t xmpp_conn_t::state |
| uint64_t xmpp_conn_t::timeout_stamp |
| int xmpp_conn_t::error |
| xmpp_stream_error_t* xmpp_conn_t::stream_error |
| sock_t xmpp_conn_t::sock |
| tls_t* xmpp_conn_t::tls |
| int xmpp_conn_t::tls_support |
| int xmpp_conn_t::tls_disabled |
| int xmpp_conn_t::tls_failed |
| int xmpp_conn_t::sasl_support |
| int xmpp_conn_t::secured |
| int xmpp_conn_t::bind_required |
| int xmpp_conn_t::session_required |
| char* xmpp_conn_t::lang |
| char* xmpp_conn_t::domain |
| char* xmpp_conn_t::connectdomain |
| char* xmpp_conn_t::connectport |
| char* xmpp_conn_t::jid |
| char* xmpp_conn_t::pass |
| char* xmpp_conn_t::bound_jid |
| char* xmpp_conn_t::stream_id |
| int xmpp_conn_t::blocking_send |
| int xmpp_conn_t::send_queue_max |
| int xmpp_conn_t::send_queue_len |
| xmpp_send_queue_t* xmpp_conn_t::send_queue_head |
| xmpp_send_queue_t* xmpp_conn_t::send_queue_tail |
| int xmpp_conn_t::reset_parser |
| parser_t* xmpp_conn_t::parser |
| unsigned int xmpp_conn_t::connect_timeout |
| xmpp_open_handler xmpp_conn_t::open_handler |
| int xmpp_conn_t::authenticated |
| xmpp_conn_handler xmpp_conn_t::conn_handler |
| void* xmpp_conn_t::userdata |
| xmpp_handlist_t* xmpp_conn_t::timed_handlers |
| hash_t* xmpp_conn_t::id_handlers |
| xmpp_handlist_t* xmpp_conn_t::handlers |