From 2e427b912eebc785992536f79fb3a04157a4367b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 6 Jul 2018 13:45:01 +0200 Subject: [PATCH] Link to XEP-0373 examples --- .../org/jivesoftware/smackx/ox/util/PubSubDelegate.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.