mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Fix node name of secret key node
This commit is contained in:
parent
d01853d08f
commit
563b32bcf8
@ -494,7 +494,7 @@
|
||||
type='get'
|
||||
id='getsecret'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:openpgp:secret-key:0'
|
||||
<items node='urn:xmpp:openpgp:0:secret-key'
|
||||
max_items='1'/>
|
||||
</pubsub>
|
||||
</iq>]]></example>
|
||||
@ -508,7 +508,7 @@
|
||||
type='result'
|
||||
id='getsecret'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='urn:xmpp:openpgp:secret-key:0'>
|
||||
<items node='urn:xmpp:openpgp:0:secret-key'>
|
||||
<item>
|
||||
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
||||
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
||||
@ -562,7 +562,7 @@
|
||||
from='juliet@example.org/balcony'
|
||||
id='create-node'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<create node='urn:xmpp:openpgp:secret-key:0'/>
|
||||
<create node='urn:xmpp:openpgp:0:secret-key'/>
|
||||
<configure>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
|
Loading…
Reference in New Issue
Block a user