mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -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>
|
<email>look@my.amazin.horse</email>
|
||||||
<jid>valodim@stratum0.org</jid>
|
<jid>valodim@stratum0.org</jid>
|
||||||
</author>
|
</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>
|
<revision>
|
||||||
<version>0.1.1</version>
|
<version>0.1.1</version>
|
||||||
<date>2016-06-04</date>
|
<date>2016-06-04</date>
|
||||||
@ -300,7 +306,7 @@ Standards Foundation.</permissions>
|
|||||||
type='result'
|
type='result'
|
||||||
id='getpub'>
|
id='getpub'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:openpgp:0'>
|
<items node='urn:xmpp:openpgp:0'>
|
||||||
<item>
|
<item>
|
||||||
<pubkeys xmlns='urn:xmpp:openpgp:0'>
|
<pubkeys xmlns='urn:xmpp:openpgp:0'>
|
||||||
<pubkey>
|
<pubkey>
|
||||||
@ -308,7 +314,7 @@ Standards Foundation.</permissions>
|
|||||||
</pubkey>
|
</pubkey>
|
||||||
</pubkeys>
|
</pubkeys>
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</items>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>]]></example>
|
</iq>]]></example>
|
||||||
|
|
||||||
@ -409,19 +415,19 @@ Standards Foundation.</permissions>
|
|||||||
</section3>
|
</section3>
|
||||||
<section3 topic='PEP Service Success Response'>
|
<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'
|
<iq from='juliet@example.org'
|
||||||
to='romeo@example.org/orchard'
|
to='romeo@example.org/orchard'
|
||||||
type='result'
|
type='result'
|
||||||
id='getsecret'>
|
id='getsecret'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:openpgp:secret-key:0'>
|
<items node='urn:xmpp:openpgp:secret-key:0'>
|
||||||
<item>
|
<item>
|
||||||
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
<secretkey xmlns='urn:xmpp:openpgp:0'>
|
||||||
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
BASE64_OPENPGP_ENCRYPTED_SECRET_KEY
|
||||||
</secretkey>
|
</secretkey>
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</items>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>]]></example>
|
</iq>]]></example>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user