git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3809 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-01-12 21:41:51 +00:00
parent b4658beda9
commit 79246cbed3
1 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,12 @@
&ianpaterson;
<revision>
<version>0.13</version>
<date>2010-01-12</date>
<initials>psa</initials>
<remark><p>Updated the fingerprint generation method to hash over the begin date, end date, JID, and public key (not just the key itself).</p></remark>
</revision>
<revision>
<version>0.12</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>
@ -145,7 +151,7 @@
</tr>
<tr>
<td>&lt;print/&gt;</td>
<td>The SHA-256 fingerprint for this key.</td>
<td>The SHA-256 fingerprint for this key, where the input string to the hash function is the concatenation of the begin date, the end date, the JID, and the public key itself.</td>
</tr>
<tr>
<td>&lt;uri/&gt;</td>