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 } }