aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace some while loops over QDomElementsLinus Jahn2023-05-131-3/+4
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-19/+12
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Fix possibly detaching containersLinus Jahn2022-03-131-1/+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
|
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-1/+4
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-10/+7
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* 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
|
* Fix spelling errorsBoris Pek2019-01-081-1/+1
|
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+8
| | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate
* 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
|
* revert previous commitJeremy Lainé2012-09-031-2/+4
|
* add support for extended addressesJeremy Lainé2012-09-031-4/+2
|
* make QXmppIq use pimpl + implicit data sharingJeremy Lainé2012-08-031-5/+34
|
* refactor iq type parsingJeremy Lainé2012-07-211-55/+17
|
* doc fixesJeremy Lainé2012-07-211-0/+2
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+147