Okay/Spec: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{#css:Template:Colours.css}}{{#css:
{{#css:Template:Colours.css}}{{#css:
span.required {
span.required, .required code {
color: var(--colour-ectoplasm-700);
color: var(--colour-ectoplasm-700);
}
}


span.optional {
span.optional, .optional code {
color: var(--colour-aubergine-700);
color: var(--colour-aubergine-700);
}
}


span.multiple {
span.multiple, .multiple code {
color: var(--colour-weezer-700);
color: var(--colour-weezer-700);
}
}
Line 72: Line 72:
|+
|+
|<span class="required">◈</span>
|<span class="required">◈</span>
|<span class="required">'''ok-rooms'''</span>
|<span class="required"><code>'''ok-rooms'''</code></span>
|Points to the server's [[Okay#the directory|room directory]].
|Points to the server's [[Okay#the directory|room directory]].
|-
|-
|<span class="required">◈</span>
|<span class="required">◈</span>
|<span class="required">'''ok-register'''</span>
|<span class="required"><code>'''ok-register'''</code></span>
|Points to the server’s registration endpoint.
|Points to the server’s registration endpoint.
|-
|-
|<span class="required">◈</span>
|<span class="required">◈</span>
|<span class="required">'''ok-prefs'''</span>
|<span class="required"><code>'''ok-prefs'''</code></span>
|Points to the server’s preferences endpoint.
|Points to the server’s preferences endpoint.
|}
|}