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'
|
type='get'
|
||||||
id='getsecret'>
|
id='getsecret'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<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'/>
|
max_items='1'/>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>]]></example>
|
</iq>]]></example>
|
||||||
@ -508,7 +508,7 @@
|
|||||||
type='result'
|
type='result'
|
||||||
id='getsecret'>
|
id='getsecret'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items node='urn:xmpp:openpgp:secret-key:0'>
|
<items node='urn:xmpp:openpgp:0:secret-key'>
|
||||||
<item>
|
<item>
|
||||||
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
||||||
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
||||||
@ -562,7 +562,7 @@
|
|||||||
from='juliet@example.org/balcony'
|
from='juliet@example.org/balcony'
|
||||||
id='create-node'>
|
id='create-node'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<create node='urn:xmpp:openpgp:secret-key:0'/>
|
<create node='urn:xmpp:openpgp:0:secret-key'/>
|
||||||
<configure>
|
<configure>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
|
Loading…
Reference in New Issue
Block a user