aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRegisterIq.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-23/+4
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* RegisterIq: Add out-of-band URLMelvin Keskin2021-04-171-0/+3
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-1/+1
|
* Refactor QXmppRegisterIq: Replace registerType by two separate attr.Linus Jahn2020-02-041-12/+5
| | | | | This can be done without any concerns, because the registerType was not part of any release yet.
* QXmppRegisterIq: Add utility methods to create common requestsLinus Jahn2020-02-031-1/+4
| | | | | This adds utility methods to create an unregistration or a change password request in one line.
* QXmppRegisterIq: Do not pass registerType by const-refLinus Jahn2020-01-191-1/+1
|
* QXmppRegisterIq: Add missing '\since' tags to new methodsLinus Jahn2020-01-191-0/+4
| | | | I forgot them in #240.
* QXmppRegisterIq: Add registerType for registered/removeLinus Jahn2020-01-131-1/+11
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Implement XEP-0231: Bits of Binary: register IQ extensionLinus Jahn2019-12-061-0/+5
| | | | | This adds support for XEP-0231: Bits of Binary attachments in registration forms.
* QXmppRegisterIq: Use d-pointer to maintain binary compat in futureLinus Jahn2019-12-061-6/+9
|
* 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
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* 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
|
* add QXmppRegisterIq as defined by XEP-0077: In-Band RegistrationJeremy Lainé2012-07-181-0/+74