updates.
[silc.git] / lib / silcclient / README
index 4295f27cbc23c616d36c2e68c669088b203dcb59..c5a392e0fa80181a19dd8515b75721e4dd29fab8 100644 (file)
@@ -1,7 +1,7 @@
 
                       SILC Client Library Manual
 
-                             Version 0.5
+                             Version 0.7
 
 1.0 Introduction
 
@@ -79,6 +79,11 @@ the initializing function:
        client->public_key
        client->private_key
 
+You may also set client->nickname if you want.  If it is set then the
+library will change the nickname to that one after the client is connected
+to the server.  If not set, then server will initially give the nickname
+which is same as the username.
+
 After setting the pointers one must call:
 
        silc_client_init(client);