169
edits
Line 74: | Line 74: | ||
# Web app creates a JSON string of the following form: | # Web app creates a JSON string of the following form: | ||
#* <pre>{"routing_key": "mailbox identifier", "type": "message type", "timestamp": "unix timestamp in seconds", "payload": "the message contents"}</pre> | #* <pre>{"routing_key": "mailbox identifier", "type": "message type", "timestamp": "unix timestamp in seconds", "payload": "the message contents"}</pre> | ||
# Web app POSTs the JSON object to | # Web app POSTs the JSON object to the notification server. | ||
= Implementation = | = Implementation = |
edits