_PurpleSslConnection Struct Reference


Data Fields

PurpleSslInputFunction connect_cb
 Callback triggered once the SSL handshake is complete.
void * connect_cb_data
 Data to pass to PurpleSslConnection::connect_cb().
PurpleProxyConnectDataconnect_data
 Data related to the underlying TCP connection.
PurpleSslErrorFunction error_cb
 Callback triggered if there is an error during connection.
int fd
 File descriptor used to refer to the socket.
char * host
 Hostname to which the SSL connection will be made.
int inpa
 Glib event source ID; used to refer to the received data callback in the glib eventloop.
int port
 Port to connect to.
void * private_data
 Internal connection data managed by the SSL backend (GnuTLS/LibNSS/whatever).
PurpleSslInputFunction recv_cb
 User-defined callback executed when the SSL connection receives data.
void * recv_cb_data
 Data passed to PurpleSslConnection::recv_cb().

Detailed Description

Definition at line 45 of file sslconn.h.


The documentation for this struct was generated from the following file: