Skip to content

Commit

Permalink
Add Resource section to README.md
Browse files Browse the repository at this point in the history
A "Resources" section has been added to the README.md file. This section provides reference links to various specification documents that guide the push notification functionality. This is done to enhance the understandability and provide necessary knowledge resources to the users.
  • Loading branch information
morki committed Aug 23, 2023
1 parent 9d6c05d commit 71cbadd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ For Maven, add the following to the `repositories` block of your `pom.xml` file:
</repository>
```

## Resources

### Specifications

- [Generic Event Delivery Using HTTP Push](https://tools.ietf.org/html/draft-ietf-webpush-protocol-11)
- [Message Encryption for Web Push](https://tools.ietf.org/html/draft-ietf-webpush-encryption-08)
- [Encrypted Content-Encoding for HTTP](https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02)
- [Voluntary Application Server Identification for Web Push](https://tools.ietf.org/html/draft-ietf-webpush-vapid-01)

## Credit

This project is essentially a Kotlin adaptation of the [webpush-java](https://github.com/web-push-libs/webpush-java)
Expand Down

0 comments on commit 71cbadd

Please sign in to comment.