Skip to content

Commit

Permalink
XEP-0447 v0.3.1
Browse files Browse the repository at this point in the history
Fix example for multiple files.
  • Loading branch information
mar-v-in authored and iNPUTmice committed Mar 10, 2024
1 parent 099ff88 commit 7b14aaf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions xep-0447.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<supersededby/>
<shortname>sfs</shortname>
&larma;
<revision>
<version>0.3.1</version>
<date>2024-01-01</date>
<initials>lmw</initials>
<remark>Fix example for multiple files.</remark>
</revision>
<revision>
<version>0.3.0</version>
<date>2023-06-24</date>
Expand Down Expand Up @@ -305,7 +311,7 @@
<message to='[email protected]' from='[email protected]/resource' id='adding-photo1'>
<attach-to id='sharing-files' xmlns='urn:xmpp:message-attaching:1'/>
<sources xmlns='urn:xmpp:sfs:0'>
<sources xmlns='urn:xmpp:sfs:0' id='photo1.jpg'>
<url-data xmlns='http://jabber.org/protocol/url-data' target='https://download.montague.lit/4a771ac1-f0b2-4a4a-9700-f2a26fa2bb67/photo1.jpg' />
</sources>
<fallback xmlns='urn:xmpp:fallback:0' for='urn:xmpp:sfs:0'><body/></fallback>
Expand All @@ -315,7 +321,7 @@
<message to='[email protected]' from='[email protected]/resource' id='adding-photo2'>
<attach-to id='sharing-files' xmlns='urn:xmpp:message-attaching:1'/>
<sources xmlns='urn:xmpp:sfs:0'>
<sources xmlns='urn:xmpp:sfs:0' id='photo2.jpg'>
<url-data xmlns='http://jabber.org/protocol/url-data' target='https://download.montague.lit/4a771ac1-f0b2-4a4a-9700-f2a26fa2bb67/photo2.jpg' />
</sources>
<fallback xmlns='urn:xmpp:fallback:0' for='urn:xmpp:sfs:0'><body/></fallback>
Expand All @@ -325,7 +331,7 @@
<message to='[email protected]' from='[email protected]/resource' id='adding-photo3'>
<attach-to id='sharing-files' xmlns='urn:xmpp:message-attaching:1'/>
<sources xmlns='urn:xmpp:sfs:0'>
<sources xmlns='urn:xmpp:sfs:0' id='photo3.jpg'>
<url-data xmlns='http://jabber.org/protocol/url-data' target='https://download.montague.lit/4a771ac1-f0b2-4a4a-9700-f2a26fa2bb67/photo3.jpg' />
</sources>
<fallback xmlns='urn:xmpp:fallback:0' for='urn:xmpp:sfs:0'><body/></fallback>
Expand Down

0 comments on commit 7b14aaf

Please sign in to comment.