X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fdoc%2Fcommand_reply_args.html;h=1b366a7a0c63513cfa73b1d189bd06874c492d5e;hp=0ae878b951f3ed6db7aba8e698367a6ec6e3e861;hb=c802ba2371b8db89f3b54f25da0f46f0a61e4b47;hpb=2f244dd972a02028e72fb8388425ec3326dd30c1 diff --git a/lib/doc/command_reply_args.html b/lib/doc/command_reply_args.html index 0ae878b9..1b366a7a 100644 --- a/lib/doc/command_reply_args.html +++ b/lib/doc/command_reply_args.html @@ -143,7 +143,7 @@ this command reply. The 'name' and 'info' may be NULL. Returns the new Client ID and new nickname inside the SilcClientEntry. The `old_client_id' is the old Client ID used by the client before the -nickname was changed. +nickname was changed. The `nickname' is the new nickname. SilcClientEntry local_entry, char *nickname, const SilcClientID *old_client_id @@ -333,10 +333,14 @@ SILC_COMMAND_INVITE command reply. SILC_COMMAND_DETACH -Called after being detached from the SILC network. There is no arguments -to this reply. - -none +Called after being detached from the SILC network. The command reply delivers +the detachment data buffer `detach_data' that the application should save +for example into a file. The data will be needed when resuming back to +the network. When resuming the data is saved into SilcClientConnectionParams +structure and given as argument to silc_client_connect_to_server or +silc_client_key_exchange functions. + +SilcBuffer detach_data