aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPresence.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)Melvin Keskin2022-09-251-0/+9
| | | | | Adds the presence extension and the extension of the Jingle IQ. https://xmpp.org/extensions/xep-0272.html
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+4
| | | | | 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
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-3/+3
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-32/+28
|
* Refactor QXmppPresence, Add missing testsLinus Jahn2019-12-101-7/+11
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-4/+4
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Implement MIX-PAM XEP-0405: Presence extensionLinus Jahn2019-05-011-0/+7
| | | | | | | | This implements the new presence extension defined by XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements in version 0.4.0. https://xmpp.org/extensions/xep-0405.html#usecase-user-presence-receive
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Implement XEP-0319: Last User Interaction in PresenceLinus Jahn2019-01-041-0/+4
|
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+2
| | | | | | | | | | | | | | * 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
|
* Remove deprecated QXmppPresence::Status typeJeremy Lainé2014-03-261-42/+0
|
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-121-0/+6
|
* bump versionJeremy Lainé2012-07-221-1/+1
|
* make QXmppPresence use implicit memory sharingJeremy Lainé2012-07-211-22/+6
|
* remove some private methodsJeremy Lainé2012-07-211-6/+0
|
* deprecate QXmppPresence::StatusJeremy Lainé2012-07-211-13/+9
|
* add QXmppPresence::availableStatusType()Jeremy Lainé2012-07-211-1/+15
|
* add simpler accessors for QXmppPresence priority / statusTextJeremy Lainé2012-07-211-0/+6
|
* remove confusing QXmppPresence::Status::OfflineJeremy Lainé2012-07-181-2/+1
|
* restore support for obsolete "invisible" presence (fixes issue #111)Jeremy Lainé2012-07-181-0/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* fix doc warningsJeremy Lainé2012-05-101-1/+2
|
* add missing QXMPP_EXPORTJeremy Lainé2012-04-201-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/+176