Merge pull request #257 from vanitasvitae/xep373privateNodeName

XEP-0373: Fix private key node name
This commit is contained in:
Florian Schmaus 2018-07-30 15:57:14 +02:00 committed by GitHub
commit 5d295b260e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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.