Function silc_client_get_channel_by_id_resolve
SYNOPSIS
void
silc_client_get_channel_by_id_resolve(SilcClient client,
SilcClientConnection conn,
SilcChannelID *channel_id,
SilcGetClientCallback completion,
void *context);
DESCRIPTION
Resolves the channel information (its name mainly) from the server
by the `channel_id'. Use this only if you know that you do not have
the entry cached locally. The resolving is done with IDENTIFY command.
Note that users on the channel are not resolved at the same time.
Use for example silc_client_get_clients_by_channel to resolve all
users on a channel.
|