| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Qt < 5.15 compat code | Linus Jahn | 2023-01-31 | 1 | -4/+0 |
| | | |||||
| * | Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457) | Melvin Keskin | 2022-09-25 | 1 | -0/+83 |
| | | | | | | Adds the presence extension and the extension of the Jingle IQ. https://xmpp.org/extensions/xep-0272.html | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -11/+21 |
| | | |||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -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 REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Replace deprecated QString::SplitBehavior | Linus Jahn | 2020-07-03 | 1 | -0/+4 |
| | | |||||
| * | Add \since tags for QXmpp 1.0 everywhere | Linus Jahn | 2020-04-06 | 1 | -3/+12 |
| | | |||||
| * | Expand QSL and QBL | Jonah Brüchert | 2020-03-29 | 1 | -62/+62 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -62/+62 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -9/+9 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -18/+18 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -4/+3 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -6/+6 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Refactor QXmppPresence, Add missing tests | Linus Jahn | 2019-12-10 | 1 | -249/+227 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -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 classes | Linus Jahn | 2019-10-23 | 1 | -0/+8 |
| | | | | | Methods of new classes have no \since tag. | ||||
| * | Implement MIX-PAM XEP-0405: Presence extension | Linus Jahn | 2019-05-01 | 1 | -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 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0319: Last User Interaction in Presence | Linus Jahn | 2019-01-04 | 1 | -14/+39 |
| | | |||||
| * | Implement XEP-0198: Stream Management (client only) (#99) | Niels Ole Salscheider | 2017-02-12 | 1 | -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 API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated QXmppPresence::Status type | Jeremy Lainé | 2014-03-26 | 1 | -87/+27 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -2/+2 |
| | | |||||
| * | Add XEP-0045: Multi-User Chat attributes to QXmppPresence. | Jeremy Lainé | 2012-09-12 | 1 | -1/+44 |
| | | |||||
| * | exclude "addresses" from presence extensions | Jeremy Lainé | 2012-09-03 | 1 | -0/+3 |
| | | |||||
| * | add extended addresses to QXmppMessage and QXmppPresence | Jeremy Lainé | 2012-09-03 | 1 | -2/+2 |
| | | |||||
| * | revert previous commit | Jeremy Lainé | 2012-09-03 | 1 | -2/+6 |
| | | |||||
| * | add support for extended addresses | Jeremy Lainé | 2012-09-03 | 1 | -6/+2 |
| | | |||||
| * | make QXmppPresence use implicit memory sharing | Jeremy Lainé | 2012-07-21 | 1 | -64/+99 |
| | | |||||
| * | refactor iq type parsing | Jeremy Lainé | 2012-07-21 | 1 | -1/+0 |
| | | |||||
| * | remove some private methods | Jeremy Lainé | 2012-07-21 | 1 | -98/+38 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -139/+116 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | deprecate QXmppPresence::Status | Jeremy Lainé | 2012-07-21 | 1 | -3/+7 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | add QXmppPresence::availableStatusType() | Jeremy Lainé | 2012-07-21 | 1 | -0/+17 |
| | | |||||
| * | add simpler accessors for QXmppPresence priority / statusText | Jeremy Lainé | 2012-07-21 | 1 | -0/+30 |
| | | |||||
| * | remove confusing QXmppPresence::Status::Offline | Jeremy Lainé | 2012-07-18 | 1 | -4/+0 |
| | | |||||
| * | restore support for obsolete "invisible" presence (fixes issue #111) | Jeremy Lainé | 2012-07-18 | 1 | -0/+4 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+510 |
