Method

IbisClientset_username

since: 0.1

Declaration [src]

void
ibis_client_set_username (
  IbisClient* client,
  const char* username
)

Description [src]

Sets the username to use when sending the USER command.

Available since: 0.1

Sets propertyIbis.Client:username

Parameters

username

Type: const char*

The new username.

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