From 2c1af4124923f4e48281aaebee44cb311fad13e3 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 10 Jan 2021 15:38:24 +0100 Subject: [PATCH] Add ikey trust state --- .../smackx/ox/store/definition/OpenPgpTrustStore.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/store/definition/OpenPgpTrustStore.java b/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/store/definition/OpenPgpTrustStore.java index c50e1a8b2..f3c87e674 100644 --- a/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/store/definition/OpenPgpTrustStore.java +++ b/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/store/definition/OpenPgpTrustStore.java @@ -59,6 +59,7 @@ public interface OpenPgpTrustStore { /** * The user didn't yet describe, whether to trust the key or not. */ - undecided + undecided, + ikey_trusted } }