anotherim-desktop/xmpp-vala/src/module
hrxi 148cf48d2b Add libnice and listen for direct connections in Jingle SOCKS5 (#608)
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
```
2021-03-19 22:06:02 +01:00
..
iq xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
message Make message sending async and set unsent on error 2020-03-05 12:21:43 +01:00
presence Check presence for empty show node, assume as online 2019-05-21 18:09:53 +02:00
roster xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
xep Add libnice and listen for direct connections in Jingle SOCKS5 (#608) 2021-03-19 22:06:02 +01:00
bind.vala Properly check Jids everywhere 2019-12-23 16:58:53 +01:00
bookmarks_provider.vala Preserve unchanged conference data (name) in bookmarks 2020-02-20 17:15:51 +01:00
conference.vala Preserve unchanged conference data (name) in bookmarks 2020-02-20 17:15:51 +01:00
jid.vala Fix issues in ICU usage 2019-12-25 19:56:51 +01:00
sasl.vala Refactor XmppStream, TLS and connection method logic 2020-11-20 15:21:18 +01:00
session.vala xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
stanza.vala Properly check Jids everywhere 2019-12-23 16:58:53 +01:00
stanza_error.vala Fix human_readable in stanza errors 2019-08-05 17:17:17 +02:00
stream_error.vala Move Jid class to xmpp-vala, partially refactor namespace 2018-01-28 00:38:47 +01:00
tls.vala Refactor XmppStream, TLS and connection method logic 2020-11-20 15:21:18 +01:00
util.vala Add incoming mediated invitation support (#162) 2019-08-22 16:05:28 +02:00