WockyTLSConnector

WockyTLSConnector

Functions

Properties

WockyTLSHandler * tls-handler Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── WockyTLSConnector

Description

Functions

wocky_tls_connector_new ()

WockyTLSConnector *
wocky_tls_connector_new (WockyTLSHandler *handler);

wocky_tls_connector_secure_async ()

void
wocky_tls_connector_secure_async (WockyTLSConnector *self,
                                  WockyXmppConnection *connection,
                                  gboolean old_style_ssl,
                                  const gchar *peername,
                                  GStrv extra_identities,
                                  GCancellable *cancellable,
                                  GAsyncReadyCallback callback,
                                  gpointer user_data);

wocky_tls_connector_secure_finish ()

WockyXmppConnection *
wocky_tls_connector_secure_finish (WockyTLSConnector *self,
                                   GAsyncResult *res,
                                   GError **error);

Types and Values

struct WockyTLSConnectorClass

struct WockyTLSConnectorClass {
};

The class of a WockyTLSConnector.

Property Details

The “tls-handler” property

  “tls-handler”              WockyTLSHandler *

The WockyTLSHandler object used for the TLS handshake.

Flags: Read / Write / Construct Only