Re: [Standards] Detecting an ended file transfer

2019-07-29 Thread Lance Stout
> 1) The transport method has a way of closing the stream. This exists for > IBB, via the `` element. It also exists for S5B, via closing the > TCP connection. Potential race condition since signaling and media are flowing in different planes. You can’t be sure that the ‘done sending’ signal

[Standards] Detecting an ended file transfer

2019-07-29 Thread hrxi
Hi, for XEP-0234: Jingle File Transfer (https://xmpp.org/extensions/xep-0234.html), how is one supposed to detect the end of a file transfer? I currently see two methods: 1) The transport method has a way of closing the stream. This exists for IBB, via the `` element. It also exists for S5B,