File tree 2 files changed +8
-0
lines changed
matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous
vector/src/main/java/im/vector/app/features/login/qr
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ import org.matrix.android.sdk.api.session.crypto.crosssigning.DeviceTrustLevel
37
37
import org.matrix.android.sdk.api.util.MatrixJsonParser
38
38
import timber.log.Timber
39
39
40
+ // n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
41
+ // However, we want to keep this implementation around for some time.
42
+ // TODO define an end-of-life date for this implementation.
43
+
40
44
/* *
41
45
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
42
46
*/
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ import im.vector.app.features.home.HomeActivity
30
30
import im.vector.lib.core.utils.compat.getParcelableCompat
31
31
import timber.log.Timber
32
32
33
+ // n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
34
+ // However, we want to keep this implementation around for some time.
35
+ // TODO define an end-of-life date for this implementation.
36
+
33
37
@AndroidEntryPoint
34
38
class QrCodeLoginActivity : SimpleFragmentActivity () {
35
39
You can’t perform that action at this time.
0 commit comments