Difference between revisions of "XEP-Remarks/XEP-0234: Jingle File Transfer"

Jump to navigation Jump to search
no edit summary
Line 6: Line 6:


The 'desc' element as child of 'description' is confusing, ideally we would rename 'desc' to e.g. 'textual-description'.
The 'desc' element as child of 'description' is confusing, ideally we would rename 'desc' to e.g. 'textual-description'.
== Current implementations checksum behavior ==
=== Outgoing ===
{| class="wikitable"
! Client
! Sends real <hash> in init
! Sends empty <hash/> in init
! Sends <hash-used/> in init
! Sends real <hash> in info
! Remarks
|-
| Conversations
| No
| No
| No
| Yes, sha-1
|
|-
| Dino
| No
| No
| No
| No
|
|}
=== Incoming ===
{| class="wikitable"
! Client
! Understands real <hash> in init
! Understands real <hash> in info
! Requires <hash> in init
! Requires <hash> or <hash-used/> in init
! Requires algo of <hash-used/> and <hash> in info to match
! Remarks
|-
| Conversations
| Yes, sha-1
| Yes, sha-1
| No
| No
| No (but only supports sha-1)
| Invalid checksums are ignored
|-
| Dino
| No
| No
| No
| No
| No
|
|}
114

edits

Navigation menu