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.