Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Fix confusing remark about NSS divergence from the spec #184

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions api-websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ space and the URI of the resource that has changed:
pub https://example.org/data/test
```

Some implementations also support using IRIs that are relative to the host,
e.g. `/data/test` instead of `https://example.org/data/test`.
Only absolute URIs should be used in both the `sub` and the `pub` message.

Subscribing to a container can also be really useful, since all CRUD operations
(POST, PUT, PATCH, DELETE) performed on resources of that container will trigger
Expand Down