Skip to content

Commit

Permalink
Merge pull request #338 from wangw-1991/main
Browse files Browse the repository at this point in the history
SHA: 9f704d4
Reason: push, by markafoltz

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
markafoltz and github-actions[bot] committed Sep 19, 2024
1 parent 9f80c30 commit 2d0c245
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 6270e4735, updated Tue Aug 6 12:12:30 2024 -0700" name="generator">
<link href="https://w3c.github.io/openscreenprotocol/" rel="canonical">
<meta content="ff60ffb4f5e3352ab967bbf5b1a08fbbe5a1245a" name="revision">
<meta content="9f704d479c84f2be583650c19a15c24ba548efcf" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -632,7 +632,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Open Screen Protocol</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-09-14">14 September 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-09-19">19 September 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -3269,9 +3269,9 @@ <h2 class="heading settled" id="appendix-a"><span class="content">Appendix A: Me
<span class="nx">qr-code</span><span class="p">:</span> <span class="mi">1</span>
<span class="p">)</span>

<span class="nc"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="auth-initiation-token">auth-initiation-token</dfn> </span><span class="p">=</span> <span class="p">(</span>
<span class="nc"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="auth-initiation-token">auth-initiation-token</dfn> </span><span class="p">=</span> <span class="p">{</span>
<span class="p">?</span> <span class="mi">0</span><span class="p">:</span> <span class="nx">text </span><span class="c1">; token</span>
<span class="p">)</span>
<span class="p">}</span>

<span class="nc">auth-spake2-psk-status </span><span class="p">=</span> <span class="o">&amp;</span><span class="p">(</span>
<span class="nx">psk-needs-presentation</span><span class="p">:</span> <span class="mi">0</span>
Expand Down Expand Up @@ -3300,8 +3300,9 @@ <h2 class="heading settled" id="appendix-a"><span class="content">Appendix A: Me

<span class="c1">; type key 1005</span>
<span class="nc"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="auth-spake2-handshake">auth-spake2-handshake</dfn> </span><span class="p">=</span> <span class="p">{</span>
<span class="mi">0</span><span class="p">:</span> <span class="nx">auth-spake2-psk-status </span><span class="c1">; psk-status</span>
<span class="mi">1</span><span class="p">:</span> <span class="nx">bytes </span><span class="c1">; public-value</span>
<span class="mi">0</span><span class="p">:</span> <span class="nx">auth-initiation-token</span><span class="c1">; initiation-token</span>
<span class="mi">1</span><span class="p">:</span> <span class="nx">auth-spake2-psk-status </span><span class="c1">; psk-status</span>
<span class="mi">2</span><span class="p">:</span> <span class="nx">bytes </span><span class="c1">; public-value</span>
<span class="p">}</span>

<span class="nc">watch-id </span><span class="p">=</span> <span class="kt">uint</span>
Expand Down

0 comments on commit 2d0c245

Please sign in to comment.