Software /
code /
prosody-modules
Diff
mod_push2/push2.markdown @ 5686:a1d22d6efb3d
mod_push2: Need to include the public key with the JWT
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Wed, 20 Sep 2023 23:05:29 -0500 |
parent | 5682:4d1a3de56c3d |
line wrap: on
line diff
--- a/mod_push2/push2.markdown Tue Sep 19 21:39:14 2023 -0500 +++ b/mod_push2/push2.markdown Wed Sep 20 23:05:29 2023 -0500 @@ -105,7 +105,7 @@ <encrypted xmlns="urn:xmpp:sce:rfc8291:0"> <payload>Base64 encoded ciphertext</payload> </encrypted> - <jwt>the signed JWT, if present</jwt> + <jwt key="base64 encoded raw public key">the signed JWT, if present</jwt> </notification> </message> ```