aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core/io_xmpp_stream.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-6/+6
|
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-32/+18
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-311-0/+4
| | | | | | It's barely possible for .onion servers to provide a non-self-signed cert. But that's fine because encryption is provided independently though TOR. see #958
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-0/+101
fixes #534