Method

IbisCapabilitiesrequest

since: 0.1

Declaration [src]

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

Description [src]

This method will send CAP REQcapability` to the server. Listen to the::ackand::naksignals which will contain the contents ofcapability` that was passed in here.

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.