aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppVCardIq.h
Commit message (Expand)AuthorAgeFilesLines
* Add checkIqType() function to IQsLinus Jahn2022-10-171-0/+1
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+2
* 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
* doc: Use XEP links everywhereLinus Jahn2020-02-111-1/+1
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+2
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-57/+56
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-3/+3
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Added equality ops for QXmppVCardIq.0xd34df00d2014-04-231-0/+3
* Equality ops for QXmppVCard{Email,Phone,Organization}.0xd34df00d2014-04-231-0/+9
* Added operator== and != for QXmppVCardAddress.0xd34df00d2014-04-231-0/+3
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-281-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
* Added QXmppVCardOrganization API.0xd34df00d2014-03-221-0/+39
* Avoid extra ';' in QXmppVCardIq declaration.0xd34df00d2012-10-221-3/+3
* fix QXmppVCardPhone exportJeremy Lainé2012-09-031-1/+1
* add support for vCard "DESC" elementJeremy Lainé2012-09-021-0/+3
* remove trailing whitespaceJeremy Lainé2012-08-151-2/+2
* Make it possible to have several addresses in vCards.Jeremy Lainé2012-08-031-0/+15
* add stub for addressesJeremy Lainé2012-08-031-0/+37
* add support for phone numbers to vCardsJeremy Lainé2012-08-031-0/+49
* hide QXmppVCardIq internalsJeremy Lainé2012-08-031-13/+6
* Make it possible to have several e-mail addresses in vCardsJeremy Lainé2012-08-031-1/+5
* add a QXmppVCardEmail classJeremy Lainé2012-08-031-1/+38
* 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/+105