aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStreamFeatures.h
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+2
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Make some classes QXmppNonzas instead of QXmppStanzaLinus Jahn2021-08-261-1/+1
|
* Document QXmppStreamFeaturesLinus Jahn2021-04-061-2/+3
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Add roster versioning stream featureLinus Jahn2020-04-051-0/+3
|
* Add pre-approved presence subscriptions stream featureLinus Jahn2020-04-051-0/+3
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-20/+0
|
* Make QXmppStreamFeatures use QSharedDataPointerLinus Jahn2020-02-061-9/+9
|
* QXmppStreamFeatures: Fix wrong \param commandLinus Jahn2020-02-061-3/+3
|
* QXmppStreamFeatures: Fix documentation is not generatedLinus Jahn2020-02-031-0/+4
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-2/+1
|
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+4
| | | | Methods of new classes have no \since tag.
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-2/+2
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Add register stream featureMelvin Keskin2019-09-061-0/+9
| | | | | | | This adds parsing, serialization and a test for the 'register' stream feature of XEP-0077: In-Band Registration. Co-authored-by: Linus Jahn <lnj@kaidan.im>
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+9
| | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me.
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+10
| | | | | | | | | | | | | | * 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
|
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-181-7/+6
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* start marking classes with QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+76