aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0260_jingle_socks5_bytestreams.vala
Commit message (Expand)AuthorAgeFilesLines
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-0/+4
* Send SOCKS error and close connection when SOCKS5 handshake failsfiaxh2021-09-301-0/+4
* Improve call wording, cleanupfiaxh2021-05-011-58/+60
* Add support for OMEMO call encryptionfiaxh2021-04-291-1/+1
* Improve & refactor Jingle base implementationfiaxh2021-03-211-36/+64
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-191-11/+206
* Fix runtime criticals related to jingle file transferfiaxh2020-09-191-1/+1
* Only query entity caps when we need themfiaxh2020-07-161-3/+2
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-211-1/+3
* Properly check Jids everywhereMarvin W2019-12-231-1/+5
* Add JET supportMarvin W2019-09-161-0/+7
* Include data forms in entity capabilities hash computationfiaxh2019-09-031-1/+1
* Don't error on Jingle file transfer hash session-infohrxi2019-08-271-0/+2
* Fix candidate selection for equal priorityhrxi2019-08-241-2/+3
* Fall back to IBB if S5B does not work outhrxi2019-08-061-2/+20
* Forgot to add outgoing Jingle SOCKS5 transferhrxi2019-08-061-1/+8
* Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-0/+505