1.0 ACTIVE

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2224 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-09-08 17:08:31 +00:00
parent b49f037a2f
commit 6e61efc7bf
2 changed files with 46 additions and 58 deletions

View File

@ -10,7 +10,7 @@
<abstract>This specification defines best practices for using the XMPP publish-subscribe extension to persistently store semi-public data objects such as public keys and personal profiles.</abstract>
&LEGALNOTICE;
<number>0222</number>
<status>Proposed</status>
<status>Active</status>
<type>Informational</type>
<sig>Standards JIG</sig>
<approver>Council</approver>
@ -23,8 +23,14 @@
</dependencies>
<supersedes/>
<supersededby/>
<shortname>NOT_YET_ASSIGNED</shortname>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>1.0</version>
<date>2008-09-08</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, advanced specification to Active.</p></remark>
</revision>
<revision>
<version>0.3</version>
<date>2008-06-20</date>
@ -70,15 +76,11 @@
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</publish>
<publish-options>
@ -118,15 +120,11 @@
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</items>
</event>
@ -141,15 +139,11 @@
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</items>
</event>
@ -162,15 +156,11 @@
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</items>
</event>
@ -196,15 +186,11 @@
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</publish>
</pubsub>
@ -217,15 +203,11 @@
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:tmp:pubkey'>
<item id='julietRSAkey1hash'>
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
<KeyName>julietRSAkey1hash</KeyName>
<KeyValue>
<RSAKeyValue>
<Modulus>...</Modulus>
<Exponent>AQAB</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<key xmlns='urn:xmpp:tmp:pubkey'>
<x509cert>
der-encoded-cert
</x509cert>
</key>
</item>
</publish>
<publish-options>

View File

@ -10,7 +10,7 @@
<abstract>This specification defines best practices for using the XMPP publish-subscribe extension to persistently store private information such as bookmarks and client configuration options.</abstract>
&LEGALNOTICE;
<number>0223</number>
<status>Proposed</status>
<status>Active</status>
<type>Informational</type>
<sig>Standards JIG</sig>
<approver>Council</approver>
@ -23,8 +23,14 @@
</dependencies>
<supersedes/>
<supersededby/>
<shortname>NOT_YET_ASSIGNED</shortname>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>1.0</version>
<date>2008-09-08</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, advanced specification to Active.</p></remark>
</revision>
<revision>
<version>0.3</version>
<date>2008-06-20</date>