Author: bdonlan Date: 2005-06-22 15:08:28 -0400 (Wed, 22 Jun 2005) New Revision: 797
Modified: trunk/docs/proposed-std/auth-proposed.txt Log: ACCEPT -> HELLO Modified: trunk/docs/proposed-std/auth-proposed.txt =================================================================== --- trunk/docs/proposed-std/auth-proposed.txt 2005-06-22 19:00:23 UTC (rev 796) +++ trunk/docs/proposed-std/auth-proposed.txt 2005-06-22 19:08:28 UTC (rev 797) @@ -42,7 +42,7 @@ an optional freeform human-readable string describing the reason of the error. Return to the beginning of phase LOGIN. -S: ACCEPT <name> +S: HELLO <name> Login has been accepted, and normal command processing may proceed. @@ -94,7 +94,7 @@ a different protocol, or the same protocol again, by sending C: AUTH:TYPE again. -S: ACCEPT <name> +S: HELLO <name> Authentication completed successfully. @@ -127,7 +127,7 @@ Digest <digest> is unknown. The client may retry its C: AUTH:BASIC with a different digest algorithm. -S: ACCEPT <name> +S: HELLO <name> Authentication succeeded.
