pixie v0.3.9 Pixie.Response.Unsubscribe
Convert an incoming Pixie.Message.Unsubscribe into a response.
Response
MUST include: * channel
* successful
* clientId
* subscription
MAY include: * error
* advice
* ext
* id
This struct contains the following keys:
:channelalways"/meta/unsubscribe".:client_idthe client ID generated by the server during handshake.:erroran error message to send to the client explaining why the request cannot proceed. Optional.:extan arbitrary map of data the server sends for use in extensions (usually authentication information, etc). Optional.:ida message ID generated by the client. Optional.:adviceadvice from the server about how to handle timeouts, polling intervals, etc. See the Bayeux protocol for more information.
Summary
Functions
Create a Pixie.Response.Unsubscribe struct based on some fields from the
incoming message
Functions
Create a Pixie.Response.Unsubscribe struct based on some fields from the
incoming message.