aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPresence.cpp
Commit message (Collapse)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
| | | | | Adds the presence extension and the extension of the Jingle IQ. https://xmpp.org/extensions/xep-0272.html
* Reformat codeLinus Jahn2022-09-061-11/+21
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-9/+7
| | | | | 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
|
* 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
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-62/+62
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* 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
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* 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
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+8
| | | | Methods of new classes have no \since tag.
* Implement MIX-PAM XEP-0405: Presence extensionLinus Jahn2019-05-011-1/+49
| | | | | | | | 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
|
* 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
| | | | | | | | | | | | | | * 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
* 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