From cb7ca1008e8a22f5955355f5922d5e731effa0d6 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 14 Oct 2009 18:33:03 -0400 Subject: [PATCH] auth-protocol.txt: Updated version to 1.1. --HG-- branch : HEAD --- doc/auth-protocol.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/auth-protocol.txt b/doc/auth-protocol.txt index b3ebe2d0b3..58e05175bd 100644 --- a/doc/auth-protocol.txt +++ b/doc/auth-protocol.txt @@ -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. -- 2.47.3