From 6b9e0a8b32f34fb3ef6680963e92f4d15c106b87 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 5 May 2021 09:25:41 +0200 Subject: [PATCH] dev-cpp/fizz: comaintainers welcome Signed-off-by: Alessandro Barbieri --- dev-cpp/fizz/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml index 4bdd21df7c..44dd63454b 100644 --- a/dev-cpp/fizz/metadata.xml +++ b/dev-cpp/fizz/metadata.xml @@ -1,6 +1,10 @@ + + lssndrbarbieri@gmail.com + Alessandro Barbieri + The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions.