Function silc_client_get_client_by_id_resolve
SYNOPSIS
void
silc_client_get_client_by_id_resolve(SilcClient client,
SilcClientConnection conn,
SilcClientID *client_id,
SilcGetClientCallback completion,
void *context);
DESCRIPTION
Same as silc_client_get_client_by_id but will always resolve the
information from the server. Use this only if you know that you
do not have the entry and the only thing you know about the client
is its ID. When server returns the client information it will be
cache and can be accessed locally at a later time.
|