From eb028722da11ce949225e2bf325b40116310ade9 Mon Sep 17 00:00:00 2001 From: Dave Cridland Date: Mon, 8 Jan 2018 14:01:40 +0000 Subject: [PATCH] Fix XML/ABNF collision --- inbox/totp-2fa.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/inbox/totp-2fa.xml b/inbox/totp-2fa.xml index 83035605..714388c4 100644 --- a/inbox/totp-2fa.xml +++ b/inbox/totp-2fa.xml @@ -29,6 +29,12 @@ dave.cridland@surevine.com dave.cridland@surevine.com + + 0.0.2 + 2018-01-08 + dwd +

So ABNF isn't well-formed XML, of course...

+
0.0.1 2018-01-08 @@ -95,13 +101,13 @@

A commonly implemented technique for passing TOTP Secrets is to encode them as a URI within which the various parameters, including the TOTP secret, are specified. Unfortunately this URI scheme appears to only be specified on a Wiki page.

However, this URI scheme is so widely supported that interoperability demands that it is used, so this document therefore specifies a cut-down variant of the URI which is to be used within XMPP. Treatment of this URI as anything but an especially formatted string is not within the scope of this document.

A TOTP URI is specified with the following ABNF:

- + +]]>

Yes, issuer is in there twice. No, I don't either.

TOTP URIs are normally presented to the user as a QR Code