mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
URI typo
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1414 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
f0edb79393
commit
884cac146f
@ -329,7 +329,7 @@ xmpp:romeo@montague.net/orchard?sendfile
|
||||
<section3 topic='recvfile' anchor='registrar-querytypes-recvfile'>
|
||||
<p>To enable a second entity to receive a file, the IRI/URI is of the following form:</p>
|
||||
<example caption='Receiving a File: IRI/URI'><![CDATA[
|
||||
xmpp:romeo@montague.net/orchard?recvfile;sid=pub234;mime-type=text%2Fplain&name=reply.txt&size=2048
|
||||
xmpp:romeo@montague.net/orchard?recvfile;sid=pub234;mime-type=text%2Fplain;name=reply.txt;size=2048
|
||||
]]></example>
|
||||
<p>That IRI/URI is equivalent to the following XML stanza:</p>
|
||||
<example caption='Receiving a File: Equivalent Stanza'><![CDATA[
|
||||
|
Loading…
Reference in New Issue
Block a user