From b5805c3e8a53a902c0ceb8a9a31380a830fc6367 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 22 Feb 2023 14:38:56 +1000 Subject: [PATCH] protocol: improve a comment --- proto/protocol.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proto/protocol.xml b/proto/protocol.xml index f772b44..5f763a3 100644 --- a/proto/protocol.xml +++ b/proto/protocol.xml @@ -223,13 +223,18 @@ sent by the client must be provided in the version provided or any lower version. - A client should not issue any requests until processing this version. + A client should not issue any requests until processing the version for + the "ei_connection_setup" interface. Note that the EIS implementation assumes that the supported client version of the ei_connection_setup interface is 1 unless and until the client announces a higher version of this interface in the ei_connection_setup.interface_version request. + This event must be sent by the EIS implementation for any + interfaces that supports client-created objects (e.g. ei_callback). + The client may not assume those interfaces are supported. + This event may be sent by the EIS implementation for any other supported interface (but not necessarily all supported interfaces) before the ei_connection_setup.connection event.