BIMI: added selector

This commit is contained in:
M66B
2021-07-16 20:03:27 +02:00
parent dd9045dd28
commit 6c4fe61caf
8 changed files with 2551 additions and 14 deletions

View File

@@ -77,6 +77,9 @@ public class Bimi {
Bitmap bitmap = null;
boolean verified = false;
if (TextUtils.isEmpty(selector))
selector = "default";
// Get DNS record
String txt = selector + "._bimi." + domain;
Log.i("BIMI fetch TXT=" + txt);