Skip to content

Commit

Permalink
Merge pull request #737 from blu3beri/fix/push-notification-mention-p…
Browse files Browse the repository at this point in the history
…ickup

docs(0699): mention  of pickup v2
  • Loading branch information
swcurran committed Jul 5, 2023
2 parents b6a0c69 + cddb1d0 commit 609f364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/0699-push-notifications-apns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ When an agent wants to send a push notification to another agent, the payload of
{
"@type": "https://didcomm.org/push-notifications-apns",
"message_tag": "<MESSAGE_TAG>",
"message_id": "<MESSAGE_ID>",
...
}
```
Expand All @@ -127,6 +128,7 @@ Description of the fields:

- `@type` -- Indicator of what kind of notification it is. (This could help the notification-receiver with parsing if a notification comes from another agent, for example)
- `message_tag` -- Optional field to connect the push notification to a DIDcomm message. As defined in [0334: jwe-envelope](https://github.com/hyperledger/aries-rfcs/tree/main/features/0334-jwe-envelope) or [0019: encryption-envelope](https://github.com/hyperledger/aries-rfcs/tree/main/features/0019-encryption-envelope).
- `message_id` -- Optional field to pickup the message from the mediator that the notification was linked to. As defined in [0685: Pickup Protocol 2.0](https://github.com/hyperledger/aries-rfcs/blob/main/features/0685-pickup-v2/README.md).

## Drawbacks

Expand Down

0 comments on commit 609f364

Please sign in to comment.