aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/tests/common.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix async testsMarvin W2020-06-281-2/+2
|
* Properly check Jids everywhereMarvin W2019-12-231-0/+8
|
* Fix some warningshrxi2019-09-101-0/+1
| | | | | | 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.
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-2/+2
|
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-1/+1
| | | Thanks `codespell`!
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-121-0/+93