mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge commit 'refs/pull/669/head' of https://github.com/xsf/xeps
This commit is contained in:
commit
97e4c70c62
@ -546,7 +546,7 @@ master key.</dd></di>
|
||||
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>
|
||||
@ -560,7 +560,7 @@ master key.</dd></di>
|
||||
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
|
||||
@ -614,7 +614,7 @@ master key.</dd></di>
|
||||
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