aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryData.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-4/+3
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-6/+6
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-1/+1
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-061-0/+168
This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0.