Add note about MSC3886, MSC3903 and MSC3906 being closed (#7788)

This commit is contained in:
Hugh Nimmo-Smith
2024-05-08 11:09:30 +01:00
committed by GitHub
parent 0b34726bbe
commit 19d431a189
2 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ import ZXingObjC
// MARK: - QRLoginService
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
// However, we want to keep this implementation around for some time.
// TODO: define an end-of-life date for this implementation.
class QRLoginService: NSObject, QRLoginServiceProtocol {
private let client: AuthenticationRestClient
private let sessionCreator: SessionCreatorProtocol