mirror of
https://github.com/moparisthebest/xeps
synced 2025-03-11 06:50:01 -04:00
fixed a typo
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@299 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
eb477b9254
commit
9e78a8f494
@ -308,10 +308,9 @@
|
|||||||
<section3 topic='Info Element' anchor='proto-info'>
|
<section3 topic='Info Element' anchor='proto-info'>
|
||||||
<p>The <info/> child element is used to communicate avatar metadata:</p>
|
<p>The <info/> child element is used to communicate avatar metadata:</p>
|
||||||
<code><![CDATA[
|
<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'
|
<info id='SHA1-hash-of-image-data'
|
||||||
url='HTTP-URL-for-image-data'
|
url='HTTP-URL-for-image-data'
|
||||||
id='SHA1-hash-of-image-data'
|
|
||||||
type='content-type-of-image-data'
|
type='content-type-of-image-data'
|
||||||
bytes='size-of-image-data-in-bytes'
|
bytes='size-of-image-data-in-bytes'
|
||||||
height='image-height-in-pixels'
|
height='image-height-in-pixels'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user