mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 15:00:09 -05:00
XEP-0373: Merge typo fixes
This commit is contained in:
commit
c67e1d568e
16
xep-0373.xml
16
xep-0373.xml
@ -55,6 +55,12 @@ Standards Foundation.</permissions>
|
||||
<email>look@my.amazin.horse</email>
|
||||
<jid>valodim@stratum0.org</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.1.2</version>
|
||||
<date>2016-07-11</date>
|
||||
<initials>bjc (XEP Editor: ssw)</initials>
|
||||
<remark><p>Minior editorial fixes.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1.1</version>
|
||||
<date>2016-06-04</date>
|
||||
@ -300,7 +306,7 @@ Standards Foundation.</permissions>
|
||||
type='result'
|
||||
id='getpub'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<publish node='urn:xmpp:openpgp:0'>
|
||||
<items node='urn:xmpp:openpgp:0'>
|
||||
<item>
|
||||
<pubkeys xmlns='urn:xmpp:openpgp:0'>
|
||||
<pubkey>
|
||||
@ -308,7 +314,7 @@ Standards Foundation.</permissions>
|
||||
</pubkey>
|
||||
</pubkeys>
|
||||
</item>
|
||||
</publish>
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>]]></example>
|
||||
|
||||
@ -409,19 +415,19 @@ Standards Foundation.</permissions>
|
||||
</section3>
|
||||
<section3 topic='PEP Service Success Response'>
|
||||
|
||||
<example caption='Personal Eventing Protocol result containing the requested public key.'><![CDATA[
|
||||
<example caption='Personal Eventing Protocol result containing the requested secret key.'><![CDATA[
|
||||
<iq from='juliet@example.org'
|
||||
to='romeo@example.org/orchard'
|
||||
type='result'
|
||||
id='getsecret'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<publish node='urn:xmpp:openpgp:secret-key:0'>
|
||||
<items node='urn:xmpp:openpgp:secret-key:0'>
|
||||
<item>
|
||||
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
||||
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
||||
</secretkey>
|
||||
</item>
|
||||
</publish>
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>]]></example>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user