Method

IbisCapabilitiesrequest

since: 0.1

Declaration [src]

void
ibis_capabilities_request (
  IbisCapabilities* capabilities,
  const char* capability
)

Description [src]

Requests capability from the server.

This sends the CAP REQ command to the server. Emits the signals IbisCapabilities::ack or IbisCapabilities::nak with the requested capability as reply.

Available since: 0.1

Parameters

capability

Type: const char*

The capabilities to request.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.