aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* BitsOfBinaryData: Add fromByteArray() utility functionLinus Jahn2022-09-141-0/+30
| | | | It automatically hashes the data and creates a content ID.
* Use QVERIFY instead of QCOMPARE for 'doc.setContent(xml, true)'Melvin Keskin2022-03-161-3/+3
|
* 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
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-66/+58
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Implement XEP-0231: Bits of Binary: stanza extensionLinus Jahn2019-12-061-1/+1
| | | | | | This adds a type that may be used as a stanza extension. It is useful, when a stanza contains (possibly multiple) XEP-0231: Bits of Binary data elements.
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-061-0/+221
This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0.