diff --git a/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/util/PubSubDelegate.java b/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/util/PubSubDelegate.java index d556befca..2e4d2400e 100644 --- a/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/util/PubSubDelegate.java +++ b/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/util/PubSubDelegate.java @@ -162,7 +162,9 @@ public class PubSubDelegate { /** * Consult the public key metadata node and fetch a list of all of our published OpenPGP public keys. - * TODO: Add @see which points to the (for now missing) respective example in XEP-0373. + * + * @see + * XEP-0373 §4.3: Discovering Public Keys of a User * * @param connection XMPP connection * @return content of our metadata node. @@ -182,7 +184,9 @@ public class PubSubDelegate { /** * Consult the public key metadata node of {@code contact} to fetch the list of their published OpenPGP public keys. - * TODO: Add @see which points to the (for now missing) respective example in XEP-0373. + * + * @see + * XEP-0373 §4.3: Discovering Public Keys of a User * * @param connection XMPP connection * @param contact {@link BareJid} of the user we want to fetch the list from.