aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStartTlsPacket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah BrĂ¼chert2020-03-291-3/+3
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah BrĂ¼chert2020-03-281-3/+3
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* 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")
* Update copyright notice in missing filesLinus Jahn2020-01-281-1/+1
|
* Add QXmppStartTlsPacket to replace hard-coded XML in TLS codeLinus Jahn2020-01-201-0/+103