From 071237542ff924bd0019a77d7cd745a458545bb0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Dec 2017 12:23:50 +0000 Subject: [PATCH] spec: Explicitly say that auth client and server take turns This was (hopefully) implicit in the protocol descriptions, but we never actually said it. Do so. Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104224 --- doc/dbus-specification.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 860b10d7..a6b5e595 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2238,7 +2238,9 @@ In examples, "C:" and "S:" indicate lines sent by the client and - server respectively. + server respectively. The client sends the first line, and the + server must respond to each line from the client with a single-line + reply, with one exception: there is no reply to the BEGIN command. Protocol Overview