aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core/stanza_reader.vala
Commit message (Collapse)AuthorAgeFilesLines
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-41/+28
|
* Don't strip() at XML layerMarvin W2020-06-281-5/+10
|
* Fix some warningshrxi2019-09-101-2/+0
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Unroll some async methods in stanza readerMarvin W2019-07-141-19/+37
|
* Fix compiler error (From using uint8[].copy())fiaxh2019-02-041-2/+2
|
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-021-26/+33
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-1/+1
|
* Show error on invalid TLS certificatefiaxh2018-01-041-3/+5
|
* Read+(write) stream asyncfiaxh2017-11-161-59/+62
|
* Fix warningsfiaxh2017-10-311-2/+0
|
* xmpp-vala: catch TLS errors during read()Marvin W2017-08-171-0/+2
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-121-12/+15
|
* MUC config form (data forms), MUC room infofiaxh2017-05-301-5/+6
|
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-181-7/+8
|
* Rename vala-xmpp library to xmpp-valafiaxh2017-03-101-0/+260