git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3790 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-01-11 02:34:01 +00:00
parent 0554cd8f69
commit 85ab835278
1 changed files with 8 additions and 4 deletions

View File

@ -24,6 +24,12 @@
&stpeter;
&dmeyer;
&ianpaterson;
<revision>
<version>0.13</version>
<date>2010-01-10</date>
<initials>psa</initials>
<remark><p>Removed presence extension for generated state (implied by lack of generating flag).</p></remark>
</revision>
<revision>
<version>0.11</version>
<date>2009-12-17</date>
@ -360,11 +366,9 @@
<generating xmlns='urn:xmpp:pubkey:1'/>
</presence>
]]></example>
<p>After key generation is complete, the entity could publish the new key to the appropriate PEP node (if available) and signal that key generation is complete so that any interested parties can request the new key.</p>
<p>After key generation is complete, the entity could publish the new key to the appropriate PEP node (if available) and send updated presence without the &lt;generating/&gt; extension.</p>
<example caption='Key generation completed'><![CDATA[
<presence from='peter@jabber.org/foo'>
<generated xmlns='urn:xmpp:pubkey:1'/>
</presence>
<presence from='peter@jabber.org/foo'/>
]]></example>
</section1>