pixie v0.3.9 Pixie.Event
This module defines the event struct, which is created for all incoming
messages from clients and passed into the incoming function of extensions.
This struct contains the following fields:
:client_idregistered client ID for this client.:messageaPixie.Message.*struct, containing the incoming message.:responseaPixie.Response.*struct, containing the response to be sent to the client.:metaa map within which you can store arbitrary information during the course of extension processing.