-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathrespec-config.js
59 lines (59 loc) · 1.73 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
var respecConfig = {
specStatus: "ED",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "https://w3c.github.io/webrtc-ice/",
shortName: "webrtc-ice",
editors: [
{ name: "Peter Thatcher", company: "Microsoft Corporation", w3cid: "68236" },
{ name: "Bernard Aboba", company: "Microsoft Corporation", w3cid: "65611" }
],
authors: [
],
group: "webrtc",
wgPublicList: "public-webrtc",
github: "https://github.com/w3c/webrtc-ice",
testSuiteURI: "https://github.com/web-platform-tests/wpt/tree/master/webrtc-ice/",
otherLinks: [
{
key: "Participate",
data: [
{
value: "Mailing list",
href: "https://lists.w3.org/Archives/Public/public-webrtc/"
},
{
value: "IETF ICE Working Group",
href: "https://datatracker.ietf.org/wg/ice/"
}
]
}
],
xref: ["webrtc", "html", "webidl"],
lint: { "no-unused-dfns": false },
localBiblio: {
"IANA-STUN-6": {
"title": "STUN Error Codes",
"href": "https://www.iana.org/assignments/stun-parameters/stun-parameters.xhtml#stun-parameters-6",
"publisher": "IANA"
},
"ORTC": {
"title": "Object RTC (ORTC) API for WebRTC",
"href": "http://draft.ortc.org/",
"authors": [
"Robin Raymond",
"Bernard Aboba",
"Justin Uberti"
],
"status": "25 January 2021 (work in progress)",
"publisher": "W3C"
},
"STUN-PARAMETERS": {
"authors":["IETF"],
"href": "https://www.iana.org/assignments/stun-parameters/stun-parameters.xhtml#stun-parameters-6",
"publisher": "IANA",
"status": "IANA Parameter Assignment",
"title": "STUN Error Codes",
"date": "April 2011"
}
}
}