mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
Fix xml of error examples
This commit is contained in:
parent
5d9029cfb8
commit
85a4305b68
@ -880,7 +880,7 @@ a=file-range:1024-*]]></code>
|
||||
<jingle xmlns='urn:xmpp:jingle:1'
|
||||
action='content-reject'
|
||||
sid='uj3b2'>
|
||||
<content creator='initiator' name='requesting-file' senders='initiator'>
|
||||
<content creator='initiator' name='requesting-file' senders='initiator'/>
|
||||
<reason>
|
||||
<failed-application />
|
||||
<file-not-available xmlns='urn:xmpp:jingle:apps:file-transfer:errors:0' />
|
||||
@ -904,7 +904,7 @@ a=file-range:1024-*]]></code>
|
||||
<jingle xmlns='urn:xmpp:jingle:1'
|
||||
action='content-remove'
|
||||
sid='uj3b2'>
|
||||
<content creator='initiator' name='big-file' senders='initiator'>
|
||||
<content creator='initiator' name='big-file' senders='initiator'/>
|
||||
<reason>
|
||||
<media-error />
|
||||
<file-too-large xmlns='urn:xmpp:jingle:apps:file-transfer:errors:0' />
|
||||
|
Loading…
Reference in New Issue
Block a user