mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Apply suggestions from code review
Thank you! Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
f353b2ce40
commit
454dacd82e
|
|
@ -1179,13 +1179,13 @@ The process between Alice and Bob verifying each other would be:
|
|||
|
||||
###### QR code format
|
||||
|
||||
The QR codes to be displayed and scanned must be
|
||||
[ISO/IEC 18004:2015](https://www.iso.org/standard/62021.html) compatible and
|
||||
The QR codes to be displayed and scanned MUST be
|
||||
compatible with [ISO/IEC 18004:2015](https://www.iso.org/standard/62021.html) and
|
||||
contain a single segment that uses the byte mode encoding.
|
||||
|
||||
The error correction level can be chosen by the device displaying the QR code.
|
||||
|
||||
The binary segment must be of the following form:
|
||||
The binary segment MUST be of the following form:
|
||||
|
||||
- the string `MATRIX` encoded as one ASCII byte per character (i.e. `0x4D`,
|
||||
`0x41`, `0x54`, `0x52`, `0x49`, `0x58`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue