diff doc/auth-protocol.txt @ 3070:305ac76afcda HEAD

Removed SERVICE command. It's quite useless extra state to keep around.
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Jan 2005 21:01:31 +0200
parents 052f3a5743af
children e5ce49c8524a
line wrap: on
line diff
--- a/doc/auth-protocol.txt	Sat Jan 08 18:56:04 2005 +0200
+++ b/doc/auth-protocol.txt	Sat Jan 08 21:01:31 2005 +0200
@@ -37,7 +37,6 @@
 The connection starts by both client and server sending handshakes:
 
  C: "VERSION" TAB <major> TAB <minor>
- C: "SERVICE" TAB <service> (optional)
  C: "CPID" TAB <pid>
 
  S: "VERSION" TAB <major> TAB <minor>
@@ -64,10 +63,6 @@
 
 CUID is currently useful only for APOP authentication.
 
-SERVICE command can be used to specify default service name for
-authentication requests. If it's not set, each request must specify the
-service separately.
-
 DONE finishes the handshake from server. CPID finishes the handshake from
 client.