-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Web Real-Time Communications Working Group | ||
|
||
Contributions to this repository are intended to become part of Recommendation-track documents governed by the | ||
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and | ||
[Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate | ||
in the relevant W3C Working Group or make a non-member patent licensing commitment. | ||
|
||
If you are not the sole contributor to a contribution (pull request), please identify all | ||
contributors in the pull request comment. | ||
|
||
To add a contributor (other than yourself, that's automatic), mark them one per line as follows: | ||
|
||
``` | ||
+@github_username | ||
``` | ||
|
||
If you added a contributor by mistake, you can remove them in a comment with: | ||
|
||
``` | ||
-@github_username | ||
``` | ||
|
||
If you are making a pull request on behalf of someone else but you had no part in designing the | ||
feature, you can remove yourself with the above syntax. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
All documents in this Repository are licensed by contributors | ||
under the | ||
[W3C Document License](https://www.w3.org/Consortium/Legal/copyright-documents). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
include webrtc-respec-ci/Makefile | ||
|
||
# Import the respec CI Makefile | ||
webrtc-respec-ci/Makefile: | ||
git clone --depth 5 https://github.com/w3c/webrtc-respec-ci $(dir $@) | ||
|
||
update:: | ||
git -C webrtc-respec-ci pull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
index.html?specStatus=WD;shortName=webrtc-quic respec | ||
images/quicstream-state.svg | ||
webrtc.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
var respecConfig = { | ||
specStatus: "ED", | ||
// if there a publicly available Editor's Draft, this is the link | ||
edDraftURI: "https://w3c.github.io/webrtc-quic/", | ||
shortName: "webrtc-quic", | ||
editors: [ | ||
{ name: "Peter Thatcher", company: "Google", w3cid: "68236" }, | ||
{ name: "Bernard Aboba", company: "Microsoft Corporation", w3cid: "65611" } | ||
], | ||
authors: [ | ||
], | ||
wg: "Web Real-Time Communications Working Group", | ||
wgURI: "https://www.w3.org/2011/04/webrtc/", | ||
wgPublicList: "public-webrtc", | ||
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/47318/status", | ||
issueBase: "https://github.com/w3c/webrtc-quic/issues", | ||
otherLinks: [ | ||
{ | ||
key: "Participate", | ||
data: [ | ||
{ | ||
value: "Mailing list", | ||
href: "https://lists.w3.org/Archives/Public/public-webrtc/" | ||
}, | ||
{ | ||
value: "Browse open issues", | ||
href: "https://github.com/w3c/webrtc-quic/issues" | ||
}, | ||
{ | ||
value: "IETF QUIC Working Group", | ||
href: "https://tools.ietf.org/wg/quic/" | ||
} | ||
] | ||
} | ||
], | ||
localBiblio: { | ||
"IANA-STUN-6": { | ||
"title": "STUN Error Codes", | ||
"href": "https://www.iana.org/assignments/stun-parameters/stun-parameters.xhtml#stun-parameters-6", | ||
"publisher": "IANA" | ||
}, | ||
"QUIC-TRANSPORT": { | ||
"title": "QUIC: A UDP-Based Multiplexed and Secure Transport", | ||
"href": "https://tools.ietf.org/html/draft-ietf-quic-transport", | ||
"authors": [ | ||
"J. Iyengar", | ||
"M. Thomson" | ||
], | ||
"status": "13 October 2017. Internet draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"QUIC-MULT": { | ||
"title": "QUIC Multiplexing", | ||
"href": "https://tools.ietf.org/html/draft-aboba-avtcore-quic-multiplexing", | ||
"authors": [ | ||
"B. Aboba", | ||
"P. Thatcher", | ||
"C. Perkins" | ||
], | ||
"status": "29 October 2017. Internet draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"RFC7675": { | ||
"title": "Session Traversal Utilities for NAT (STUN) Usage for Consent Freshness", | ||
"href": "https://tools.ietf.org/html/rfc7675", | ||
"authors": [ | ||
"M. Perumal", | ||
"D. Wing", | ||
"R. Ravindranath", | ||
"T. Reddy", | ||
"M. Thomson" | ||
], | ||
"status": "October 2015. RFC", | ||
"publisher": "IETF" | ||
}, | ||
"DATA-PROT": { | ||
"title": "WebRTC Data Channel Establishment Protocol", | ||
"href": "https://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol", | ||
"authors": [ | ||
"R. Jesup", | ||
"S. Loreto", | ||
"M. Tuexen" | ||
], | ||
"status": "04 January 2015. Internet Draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"JSEP": { | ||
"title": "Javascript Session Establishment Protocol", | ||
"href": "https://tools.ietf.org/html/draft-ietf-rtcweb-jsep", | ||
"authors": [ | ||
"J. Uberti", | ||
"C. Jennings", | ||
"E. Rescorla" | ||
], | ||
"status": "10 October 2017. Internet Draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"RTCWEB-SECURITY": { | ||
"title": "Security Considerations for WebRTC", | ||
"href": "https://tools.ietf.org/html/draft-ietf-rtcweb-security", | ||
"authors": [ | ||
"E. Rescorla" | ||
], | ||
"status": "29 October 2017. Internet Draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"RTCWEB-SECURITY-ARCH": { | ||
"title": "WebRTC Security Architecture", | ||
"href": "https://tools.ietf.org/html/draft-ietf-rtcweb-security-arch", | ||
"authors": [ | ||
"E. Rescorla" | ||
], | ||
"status": "30 October 2017. Internet Draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"TLS13": { | ||
"title": "The Transport Layer Security (TLS) Protocol Version 1.3", | ||
"href": "https://tools.ietf.org/html/draft-ietf-tls-tls13", | ||
"authors": [ | ||
"E. Rescorla" | ||
], | ||
"status": "03 July 2017. Internet Draft (work in progress)", | ||
"publisher": "IETF" | ||
}, | ||
"WEBRTC-STATS": { | ||
"title": "Identifiers for WebRTC's Statistics API", | ||
"href": "https://w3c.github.io/webrtc-stats/", | ||
"authors": [ | ||
"Harald Alvestrand", | ||
"Varun Singh" | ||
], | ||
"status": "29 October 2017 (work in progress)", | ||
"publisher": "W3C" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"group": ["47318"] | ||
, "contacts": ["dontcallmedom","vivienlacourba"] | ||
} |