| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Instances of `RegexError` are just asserted as `assert_not_reached` as
they cannot really fail except for allocation failure if the given regex
is valid.
|
| |
|
|
|
|
|
|
| |
XEP-0260 states that the candidate selected (offered) by the initiator
wins, not the one that was chosen by the initiator (i.e. offered by the
responder).
|
| |
|
|
|
|
|
|
|
| |
The Jingle file transfer (XEP-0234) specifies that the receiver of the
file transfer is the one to terminate the session. Otherwise, there
might be a race condition between the XMPP stream and out-of-band SOCKS5
connections.
|
|
|
|
|
| |
This mostly happens if connectivity to the candidates cannot be
established.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
"warning: copying delegates is not supported"
|
| |
|
| |
|
|
|
|
|
| |
This currently follows the same rules as HTTP file download for
accepting files.
|
|
This is still disabled by default until prioritization is implemented;
otherwise this could be preferred to HTTP uploads.
File sending only works via Jingle In-Band-Bytestreams right now, more
transports are going to be implemented.
To test this, uncomment the line with `JingleFileTransfer` in
libdino/src/application.vala.
|