git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2139 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-08-06 22:33:22 +00:00
parent 384c3a2fa2
commit 9159782ffb
1 changed files with 7 additions and 15 deletions

View File

@ -25,6 +25,12 @@
<shortname>NOT_YET_ASSIGNED</shortname> <shortname>NOT_YET_ASSIGNED</shortname>
&ianpaterson; &ianpaterson;
&stpeter; &stpeter;
<revision>
<version>0.11</version>
<date>2008-08-06</date>
<initials>psa</initials>
<remark><p>Further modified examples to track changes to XEP-0231.</p></remark>
</revision>
<revision> <revision>
<version>0.10</version> <version>0.10</version>
<date>2008-08-06</date> <date>2008-08-06</date>
@ -209,15 +215,9 @@
<field label='93C7A' type='text-single' var='SHA-256'/> <field label='93C7A' type='text-single' var='SHA-256'/>
</x> </x>
</challenge> </challenge>
<data xmlns='urn:xmpp:tmp:data-element'
cid='99f2fea6-63e0-11dd-88e6-001143d5d5db@victim.com'
type='image/jpeg'/>
<data xmlns='urn:xmpp:tmp:data-element'
cid='1f2dc6fe-63e2-11dd-9d43-001143d5d5db@victim.com'
type='image/jpeg'/>
</message> </message>
]]></example> ]]></example>
<p>The sender then would retrieve the media data via HTTP or (for the cid: UROs) via XMPP as described in &xep0231;.</p> <p>The sender then would retrieve the media data via HTTP or (for the cid: URIs) via XMPP as described in &xep0231;.</p>
</section3> </section3>
<section3 topic='Response Stanza' anchor='protocol-response'> <section3 topic='Response Stanza' anchor='protocol-response'>
@ -478,8 +478,6 @@
<uri type='image/jpeg'> <uri type='image/jpeg'>
http://www.victim.com/challenges/ocr.jpeg?A4C7303D http://www.victim.com/challenges/ocr.jpeg?A4C7303D
</uri> </uri>
<data xmlns='urn:xmpp:tmp:data-element'
type='image/jpeg'> ** Base64 encoded image ** </data>
</media> </media>
</field> </field>
<field var='picture_recog' label='Identify the picture'> <field var='picture_recog' label='Identify the picture'>
@ -517,12 +515,6 @@
<field label='93C7A' type='text-single' var='SHA-256'/> <field label='93C7A' type='text-single' var='SHA-256'/>
</x> </x>
</challenge> </challenge>
<data xmlns='urn:xmpp:tmp:data-element'
cid='99f2fea6-63e0-11dd-88e6-001143d5d5db@victim.com'
type='image/jpeg'/>
<data xmlns='urn:xmpp:tmp:data-element'
cid='1f2dc6fe-63e2-11dd-9d43-001143d5d5db@victim.com'
type='image/jpeg'/>
</message> </message>
]]></example> ]]></example>
</section1> </section1>