]> git.cworth.org Git - ttt/blobdiff - PROTOCOL
2005-11-28 Carl Worth <cworth@cworth.org>
[ttt] / PROTOCOL
index fe8905b2d0117639ff4089dea368429b18456294..519b1bab79dca6e820428ae48ac787b903bf77c6 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -41,15 +41,12 @@ Document Conventions
     use must be done through some external mechanism.  Once connected,
     the client must identify itself:
     
-    HELO [<username>]
+    HELO <username>
     
     ->
     
     HELO <username> <server-addr> <server-port>
 
-    If the client doesn't supply <username>, the server will compute
-    one and return it.
-
     Possible errors: INVALIDNAME
 
 1.2. Global commands
@@ -88,6 +85,8 @@ Document Conventions
 
        QUIT
 
+       Disconnects the client from the server.
+
     1.2.5. Version
 
        VERSION <client-version-number>
@@ -261,7 +260,7 @@ Document Conventions
     
        ERROR INVALIDNAME
     
-       All names must be unique.
+       All names must be of non-zero length and must be unique.
 
        Possibly returned by: HELO