Skip to content

Commit

Permalink
Replace raw-sockets with direct-sockets
Browse files Browse the repository at this point in the history
The github repo has been renamed. We update hyperlinks.
WICG#10
  • Loading branch information
ericwilligers committed Dec 22, 2021
1 parent a9c6a1d commit ae4b302
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img src="https://wicg.github.io/raw-sockets/logo-socket.svg" height="100" align=right>
<img src="https://wicg.github.io/direct-sockets/logo-socket.svg" height="100" align=right>

# raw-sockets
# direct-sockets

This is a proposal for a future Direct Sockets web platform API.

## Links

* [Discourse thread](https://discourse.wicg.io/t/filling-the-remaining-gap-between-websocket-webrtc-and-webtranspor/4366)
* [Explainer document](docs/explainer.md), a high-level overview of the proposal.
* [Specification](https://wicg.github.io/raw-sockets/)
* [Specification](https://wicg.github.io/direct-sockets/)
* [Self-Review Questionnaire: Security and Privacy](docs/security-privacy-self-review.md)
2 changes: 1 addition & 1 deletion docs/explainer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://wicg.github.io/raw-sockets/logo-socket.svg" height="100" align=right>
<img src="https://wicg.github.io/direct-sockets/logo-socket.svg" height="100" align=right>

# Direct Sockets

Expand Down
4 changes: 2 additions & 2 deletions docs/security-privacy-self-review.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


Responses to the [Self-Review Questionnaire: Security and Privacy](https://w3ctag.github.io/security-questionnaire/) for the [Direct Sockets API](https://github.com/WICG/raw-sockets/)
Responses to the [Self-Review Questionnaire: Security and Privacy](https://w3ctag.github.io/security-questionnaire/) for the [Direct Sockets API](https://github.com/WICG/direct-sockets/)



Expand All @@ -23,7 +23,7 @@ Implementors will want to carefully consider what information is revealed in the

This specification deals with generic information.

This specification allows devices to use their existing protocols for communication. These may or may not be secure. We intend to [facilitate](https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md#mitigation-7) use of TLS.
This specification allows devices to use their existing protocols for communication. These may or may not be secure. We intend to [facilitate](https://github.com/WICG/direct-sockets/blob/master/docs/explainer.md#mitigation-7) use of TLS.


## 2.4 How does this specification deal with sensitive information?
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var respecConfig = {
specStatus: "unofficial",
github: {
repoURL: "WICG/raw-sockets",
repoURL: "WICG/direct-sockets",
branch: "main"
},
group: "wicg",
Expand Down Expand Up @@ -229,7 +229,7 @@ <h2>
</h2>
<ul>
<li>See <a href=
"https://github.com/WICG/raw-sockets/blob/main/docs/explainer.md#security-considerations">
"https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md#security-considerations">
Explainer</a>.
</li>
</ul>
Expand Down

0 comments on commit ae4b302

Please sign in to comment.