]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth-protocol.txt: Updated version to 1.1.
authorTimo Sirainen <tss@iki.fi>
Wed, 14 Oct 2009 22:33:03 +0000 (18:33 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 14 Oct 2009 22:33:03 +0000 (18:33 -0400)
--HG--
branch : HEAD

doc/auth-protocol.txt

index b3ebe2d0b3c5d5c4e08b39cb3408621a92decca9..58e05175bd4b8ab4616d4a3108fdb5ac461bd49b 100644 (file)
@@ -1,4 +1,4 @@
-Dovecot Authentication Protocol v1.0
+Dovecot Authentication Protocol v1.1
 
 
 General
@@ -49,7 +49,7 @@ The connection starts by both client and server sending handshakes:
 Both client and server should check that they support the same major version
 number. If they don't, the other side isn't expected to be talking the same
 protocol and should be disconnected. Minor version can be ignored. This
-document is version number 1.0.
+document is version number 1.1.
 
 CPID, SPID and specify client and server PIDs. They should be unique
 identifiers for the specific process. UNIX process IDs are good choices.
@@ -65,7 +65,7 @@ process handled the authentication.
 CUID is currently useful only for APOP authentication.
 
 COOKIE returns connection-specific 128 bit cookie in hex. It must be
-given to REQUEST command. (v2.0+)
+given to REQUEST command. (Protocol v1.1+ / Dovecot v2.0+)
 
 DONE finishes the handshake from server. CPID finishes the handshake from
 client.