mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Merge pull request #257 from vanitasvitae/xep373privateNodeName
XEP-0373: Fix private key node name
This commit is contained in:
commit
5d295b260e
1 changed files with 1 additions and 3 deletions
|
@ -60,10 +60,8 @@ public class OpenPgpPubSubUtil {
|
|||
|
||||
/**
|
||||
* Name of the OX secret key node.
|
||||
* TODO: Update once my PR gets merged.
|
||||
* @see <a href="https://github.com/xsf/xeps/pull/669">xsf/xeps#669</a>
|
||||
*/
|
||||
public static final String PEP_NODE_SECRET_KEY = "urn:xmpp:openpgp:secret-key:0";
|
||||
public static final String PEP_NODE_SECRET_KEY = "urn:xmpp:openpgp:0:secret-key";
|
||||
|
||||
/**
|
||||
* Feature to be announced using the {@link ServiceDiscoveryManager} to subscribe to the OX metadata node.
|
||||
|
|
Loading…
Reference in a new issue