mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 15:18:51 -05: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'>
|
||||
<p>The <info/> 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'
|
||||
|
Loading…
Reference in New Issue
Block a user