You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -335,12 +332,12 @@ The push message body contains the topic of the changed collection.
335
332
336
333
Sample push message body:
337
334
338
-
```
339
-
<?xml version="1.0" encoding="utf-8" ?>
335
+
~~~
336
+
\<?xml version="1.0" encoding="utf-8" ?\>
340
337
<push-message xmlns="DAV:Push">
341
338
<topic>O7M1nQ7cKkKTKsoS_j6Z3w</topic>
342
339
</push-message>
343
-
```
340
+
~~~
344
341
345
342
Push notification rate limit?
346
343
@@ -426,7 +423,7 @@ A WebDAV-Push server should use the collection topic as `Topic` header in push m
426
423
427
424
> **NOTE**: [UnifiedPush](https://unifiedpush.org/) (UP) is a specification which is intentionally designed as a 100% compatible subset of Web Push, together with a software that can be used to implement these documents. From a WebDAV-Push server perspective, UP endpoints can be seen as Web Push resources.
428
425
429
-

0 commit comments