# HG changeset patch # User Maxime “pep” Buquet # Date 1560110739 -7200 # Node ID f74444b0e1877e1df7cd4f549102331f641b44ed # Parent a5da9172362a2c1418bf1a0cf18eb583aef61534 mod_web_push: README: Fix list formatting diff -r a5da9172362a -r f74444b0e187 mod_web_push/README.markdown --- a/mod_web_push/README.markdown Sun Jun 09 22:02:24 2019 +0200 +++ b/mod_web_push/README.markdown Sun Jun 09 22:05:39 2019 +0200 @@ -32,6 +32,7 @@ (mobile). For more information, see: + - https://developer.mozilla.org/en-US/docs/Web/API/Push_API - https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications @@ -39,6 +40,7 @@ Server. The general flow for subscription is: + - XMPP server generate ECDH keypair, publishes public key - XMPP client generates an ECDH keypair - XMPP client fetches server public key @@ -48,6 +50,7 @@ and its public key The flow for notifications is as follow: + - XMPP server receives an _important_[^1] message - XMPP server generates something something JWT + signature with ECDH key - XMPP server can optionally include payload encrypted for the client