aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPresence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Qt < 5.15 compat codeLinus Jahn2023-01-311-4/+0
* Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)Melvin Keskin2022-09-251-0/+83
* Reformat codeLinus Jahn2022-09-061-11/+21
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-9/+7
* 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
* Replace deprecated QString::SplitBehaviorLinus Jahn2020-07-031-0/+4
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-3/+12
* Expand QSL and QBLJonah Brüchert2020-03-291-62/+62
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-62/+62
* doc: Use XEP links everywhereLinus Jahn2020-02-111-9/+9
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-18/+18
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-4/+3
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-6/+6
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Refactor QXmppPresence, Add missing testsLinus Jahn2019-12-101-249/+227
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-2/+2
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+8
* Implement MIX-PAM XEP-0405: Presence extensionLinus Jahn2019-05-011-1/+49
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Fix spelling errorsBoris Pek2019-01-081-1/+1
* Implement XEP-0319: Last User Interaction in PresenceLinus Jahn2019-01-041-14/+39
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+8
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-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
* fix typoJeremy Lainé2014-03-261-1/+1
* Remove deprecated QXmppPresence::Status typeJeremy Lainé2014-03-261-87/+27
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-2/+2
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-121-1/+44
* exclude "addresses" from presence extensionsJeremy Lainé2012-09-031-0/+3
* add extended addresses to QXmppMessage and QXmppPresenceJeremy Lainé2012-09-031-2/+2
* revert previous commitJeremy Lainé2012-09-031-2/+6
* add support for extended addressesJeremy Lainé2012-09-031-6/+2
* make QXmppPresence use implicit memory sharingJeremy Lainé2012-07-211-64/+99
* refactor iq type parsingJeremy Lainé2012-07-211-1/+0
* remove some private methodsJeremy Lainé2012-07-211-98/+38
* doc fixesJeremy Lainé2012-07-211-139/+116
* doc fixesJeremy Lainé2012-07-211-1/+1
* deprecate QXmppPresence::StatusJeremy Lainé2012-07-211-3/+7
* fix typoJeremy Lainé2012-07-211-1/+1
* add QXmppPresence::availableStatusType()Jeremy Lainé2012-07-211-0/+17
* add simpler accessors for QXmppPresence priority / statusTextJeremy Lainé2012-07-211-0/+30
* remove confusing QXmppPresence::Status::OfflineJeremy Lainé2012-07-181-4/+0
* restore support for obsolete "invisible" presence (fixes issue #111)Jeremy Lainé2012-07-181-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/+510