1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-25 21:42:07 +01:00

Fix private key node name

This commit is contained in:
Paul Schaub 2018-07-30 13:41:14 +02:00
parent 166b8be8a9
commit eb4bbd583b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

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.