Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -0/+4 |
| | |||||
* | Send SOCKS error and close connection when SOCKS5 handshake fails | fiaxh | 2021-09-30 | 1 | -0/+4 |
| | |||||
* | Improve call wording, cleanup | fiaxh | 2021-05-01 | 1 | -58/+60 |
| | |||||
* | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | Improve & refactor Jingle base implementation | fiaxh | 2021-03-21 | 1 | -36/+64 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 1 | -11/+206 |
| | | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ``` | ||||
* | Fix runtime criticals related to jingle file transfer | fiaxh | 2020-09-19 | 1 | -1/+1 |
| | |||||
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 1 | -3/+2 |
| | |||||
* | Remove features from service discovery module when detaching module from stream | fiaxh | 2020-04-21 | 1 | -1/+3 |
| | | | | | fixes #179 fixes #812 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -1/+5 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 1 | -0/+7 |
| | |||||
* | Include data forms in entity capabilities hash computation | fiaxh | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | Don't error on Jingle file transfer hash session-info | hrxi | 2019-08-27 | 1 | -0/+2 |
| | |||||
* | Fix candidate selection for equal priority | hrxi | 2019-08-24 | 1 | -2/+3 |
| | | | | | | 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). | ||||
* | Fall back to IBB if S5B does not work out | hrxi | 2019-08-06 | 1 | -2/+20 |
| | | | | | This mostly happens if connectivity to the candidates cannot be established. | ||||
* | Forgot to add outgoing Jingle SOCKS5 transfer | hrxi | 2019-08-06 | 1 | -1/+8 |
| | |||||
* | Add support for Jingle SOCKS5 bytestreams (XEP-0260) | hrxi | 2019-08-05 | 1 | -0/+505 |