mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
1.0 ACTIVE
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2224 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
b49f037a2f
commit
6e61efc7bf
94
xep-0222.xml
94
xep-0222.xml
@ -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>
|
<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;
|
&LEGALNOTICE;
|
||||||
<number>0222</number>
|
<number>0222</number>
|
||||||
<status>Proposed</status>
|
<status>Active</status>
|
||||||
<type>Informational</type>
|
<type>Informational</type>
|
||||||
<sig>Standards JIG</sig>
|
<sig>Standards JIG</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -23,8 +23,14 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>N/A</shortname>
|
||||||
&stpeter;
|
&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>
|
<revision>
|
||||||
<version>0.3</version>
|
<version>0.3</version>
|
||||||
<date>2008-06-20</date>
|
<date>2008-06-20</date>
|
||||||
@ -70,15 +76,11 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:tmp:pubkey'>
|
<publish node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</publish>
|
||||||
<publish-options>
|
<publish-options>
|
||||||
@ -118,15 +120,11 @@
|
|||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:tmp:pubkey'>
|
<items node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
</event>
|
</event>
|
||||||
@ -141,15 +139,11 @@
|
|||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:tmp:pubkey'>
|
<items node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
</event>
|
</event>
|
||||||
@ -162,15 +156,11 @@
|
|||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:tmp:pubkey'>
|
<items node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
</event>
|
</event>
|
||||||
@ -196,15 +186,11 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:tmp:pubkey'>
|
<publish node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</publish>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
@ -217,15 +203,11 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:tmp:pubkey'>
|
<publish node='urn:xmpp:tmp:pubkey'>
|
||||||
<item id='julietRSAkey1hash'>
|
<item id='julietRSAkey1hash'>
|
||||||
<KeyInfo xmlns='http://www.w3.org/2000/09/xmldsig#'>
|
<key xmlns='urn:xmpp:tmp:pubkey'>
|
||||||
<KeyName>julietRSAkey1hash</KeyName>
|
<x509cert>
|
||||||
<KeyValue>
|
der-encoded-cert
|
||||||
<RSAKeyValue>
|
</x509cert>
|
||||||
<Modulus>...</Modulus>
|
</key>
|
||||||
<Exponent>AQAB</Exponent>
|
|
||||||
</RSAKeyValue>
|
|
||||||
</KeyValue>
|
|
||||||
</KeyInfo>
|
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</publish>
|
||||||
<publish-options>
|
<publish-options>
|
||||||
|
10
xep-0223.xml
10
xep-0223.xml
@ -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>
|
<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;
|
&LEGALNOTICE;
|
||||||
<number>0223</number>
|
<number>0223</number>
|
||||||
<status>Proposed</status>
|
<status>Active</status>
|
||||||
<type>Informational</type>
|
<type>Informational</type>
|
||||||
<sig>Standards JIG</sig>
|
<sig>Standards JIG</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -23,8 +23,14 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>N/A</shortname>
|
||||||
&stpeter;
|
&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>
|
<revision>
|
||||||
<version>0.3</version>
|
<version>0.3</version>
|
||||||
<date>2008-06-20</date>
|
<date>2008-06-20</date>
|
||||||
|
Loading…
Reference in New Issue
Block a user