Метод |
Описание |
|
__construct ( JAXLClientBase $transport, XMPPJid | null $jid, string $pass = null, string $resource = null, boolean $force_tls = false ) |
|
|
__destruct ( ) |
|
|
connected ( $event, $args ) |
|
|
disconnected ( $event, $args ) |
|
|
encrypt_password ( $data, $user, $pass ) |
|
|
explode_data ( $data ) |
|
|
get_auth_pkt ( $mechanism, $user, $pass ) |
someday this all needs to go inside jaxl_sasl_auth |
|
get_bind_pkt ( $resource ) |
|
|
get_challenge_response ( $decoded ) |
|
|
get_challenge_response_pkt ( $challenge ) |
|
|
get_compress_pkt ( $method ) |
|
|
get_end_stream ( ) |
|
|
get_id ( ) |
|
|
get_iq_pkt ( $attrs, $payload ) |
|
|
get_msg_pkt ( $attrs, $body = null, $thread = null, $subject = null, $payload = null ) |
|
|
get_pres_pkt ( $attrs, $status = null, $show = null, $priority = null, $payload = null ) |
|
|
get_session_pkt ( ) |
|
|
get_start_stream ( XMPPJid $jid ) |
|
|
get_starttls_pkt ( ) |
|
|
handle_auth_failure ( $reason ) |
|
|
handle_auth_mechs ( $stanza, $mechs ) |
|
|
handle_auth_success ( ) |
|
|
handle_invalid_state ( $r ) |
|
|
handle_iq ( $stanza ) |
|
|
handle_message ( $stanza ) |
|
|
handle_other ( $event, $args ) |
|
|
handle_presence ( $stanza ) |
|
|
handle_stream_start ( $stanza ) |
|
|
implode_data ( $data ) |
|
|
logged_in ( $event, $args ) |
|
|
logged_out ( $event, $args ) |
|
|
send ( JAXLXmlAccess $stanza ) |
|
|
send_end_stream ( ) |
|
|
send_raw ( string $data ) |
|
|
setup ( $event, $args ) |
|
|
wait_for_bind_response ( $event, $args ) |
|
|
wait_for_compression_result ( $event, $args ) |
|
|
wait_for_sasl_response ( $event, $args ) |
|
|
wait_for_session_response ( $event, $args ) |
|
|
wait_for_stream_features ( $event, $args ) |
XEP-0170: Recommended Order of Stream Feature Negotiation |
|
wait_for_stream_start ( $event, $args ) |
|
|
wait_for_tls_result ( $event, $args ) |
|
|