aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPubSubIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-formatLinus Jahn2023-03-111-1/+1
|
* PubSubIq_p: Rename Private class to avoid conflictsLinus Jahn2023-03-091-2/+6
|
* Move PubSubIq into QXmpp::Private namespaceLinus Jahn2022-12-261-34/+38
| | | | This way users won't use it accidentally.
* Make PubSubIq header privateLinus Jahn2022-12-261-2/+1
| | | | | | | Users should only need to use the PubSubManager. The PubSubIq does not need to have a stable API this way and this gives us more flexibility. Closes #509.
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* PubSubManager: Add node configuration requestsLinus Jahn2021-09-291-2/+11
|
* PubSubIq: Fix data form type for create/publishLinus Jahn2021-09-291-4/+4
|
* Make QXmppPubSubIq a template class and extendLinus Jahn2021-08-221-92/+580
|
* doc: Fix many small doxygen warningsLinus Jahn2021-03-281-0/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah Brüchert2020-03-291-22/+22
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-22/+22
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-4/+2
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
|
* 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
|
* Refactor QXmppPubSubIq and add missing testsLinus Jahn2019-12-081-25/+24
|
* Split up QXmppPubSubItem from QXmppPubSubIq.hLinus Jahn2019-12-081-66/+0
|
* QXmppPubSubIq/QXmppPubSubItem: Use d-pointer to maintain binary compat in futureLinus Jahn2019-12-081-40/+75
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-1/+1
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* fix pubsub retract queryZam-mbpr2015-06-041-0/+2
| | | | fix issue #56
* 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
|
* doc fixesJeremy Lainé2012-07-211-0/+4
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+253