pixie v0.3.9 Pixie.Message.Handshake
Convert an incomikng handshake message into a struct.
Request
MUST include: * channel
* version
* supportedConnectionTypes
MAY include: * minimumVersion
* ext
* id
This struct contains the following keys:
:channelalways"/meta/disconnect".:versionthe Bayeux version the client requires.:supported_connection_typesthe connection types (transports) that the client is capable of negotiating.:minimum_versionthe minimum Bayeux version the client requires. Optional.:extan arbitrary map of data the client sent for use in extensions (usually authentication information, etc). Optional.:ida message ID generated by the client. Optional.