Skip to content

Commit

Permalink
Fix XML
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Mar 2, 2025
1 parent aab318a commit c642e32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion xml/sample-registration-with-encryption.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<push-register xmlns="https://bitfire.at/webdav-push">
<push-register xmlns="https://bitfire.at/webdav-push" xmlns:d="DAV:">
<subscription>
<web-push-subscription>
<push-resource>https://up.example.net/yohd4yai5Phiz1wi</push-resource>
<client-public-key type="p256dh">BCVxsr7N_eNgVRqvHtD0zTZsEc6-VV-JvLexhqUzORcxaOzi6-AYWXvTBHm4bjyPjs7Vd8pZGH6SRpkNtoIAiw4</client-public-key>
<auth-secret>BTBZMqHH6r4Tts7J_aSIgg</auth-secret>
</web-push-subscription>
</subscription>
<trigger>
<content-update>
<d:sync-level>1</d:sync-level>
</content-update>
</trigger>
<expires>Wed, 20 Dec 2023 10:03:31 GMT</expires>
</push-register>

0 comments on commit c642e32

Please sign in to comment.