aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0065_socks5_bytestreams.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-191-2/+15
| | | | | | | | | | | | | 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 ```
* Handle if Items/InfoResult are nullfiaxh2020-04-251-0/+1
|
* xmpp-vala: Use more asyncfiaxh2020-04-241-1/+1
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-241-35/+30
| | | | request_info/items async, add caching has_entity_feature
* Properly check Jids everywhereMarvin W2019-12-231-1/+5
|
* Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-0/+83