aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppstreamfeatures
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-5/+5
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* Reformat codeLinus Jahn2022-09-061-1/+2
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* tests: Adapt to Qt6's stricter XML parsingLinus Jahn2020-10-101-3/+20
|
* Add roster versioning stream featureLinus Jahn2020-04-051-0/+3
|
* Add pre-approved presence subscriptions stream featureLinus Jahn2020-04-051-0/+15
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-12/+12
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-0/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add tests for setters of QXmppStreamFeaturesLinus Jahn2019-09-061-0/+25
|
* Add test for checking 'required' mode of stream featuresLinus Jahn2019-09-061-0/+19
| | | | Co-authored-by: Melvin Keskin <melvo@olomono.de>
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+3
| | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me.
* Port tests to the new build systemNiels Ole Salscheider2017-09-041-3/+0
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* split QXmppStreamFeatures testsJeremy Lainé2012-10-012-0/+77