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.
|