]> git.cworth.org Git - ttt/blobdiff - PROTOCOL
2005-11-24 Carl Worth <cworth@cworth.org>
[ttt] / PROTOCOL
index ea54893971637ea407c0a4312052c03cb19c8921..666379735435cb56aebda1c4aed3be5adfeac89a 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -41,14 +41,11 @@ Document Conventions
     use must be done through some external mechanism.  Once connected,
     the client must identify itself:
     
-    HELO [<username>]
+    HELO <username>
     
     ->
     
-    HELO <servername> <username> <server-addr> <server-port>
-
-    If the client doesn't supply <username>, the server will compute
-    one and return it.
+    HELO <username> <server-addr> <server-port>
 
     Possible errors: INVALIDNAME
 
@@ -261,7 +258,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