fixed a typo

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@299 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-01-02 16:46:15 +00:00
parent eb477b9254
commit 9e78a8f494
1 changed files with 1 additions and 2 deletions

View File

@ -308,10 +308,9 @@
<section3 topic='Info Element' anchor='proto-info'>
<p>The &lt;info/&gt; child element is used to communicate avatar metadata:</p>
<code><![CDATA[
<metadata xmlns='http://jabber.org/protocol/avatar#metadata'
<metadata xmlns='http://jabber.org/protocol/avatar#metadata'>
<info id='SHA1-hash-of-image-data'
url='HTTP-URL-for-image-data'
id='SHA1-hash-of-image-data'
type='content-type-of-image-data'
bytes='size-of-image-data-in-bytes'
height='image-height-in-pixels'