forked from w3c/p2p-webtransport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrespec-config.js
136 lines (136 loc) · 4.13 KB
/
respec-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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"
}
}
}