aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to send QXmppNonzas over streamsLinus Jahn2021-08-262-3/+2
* Add QXmppPubSubManagerLinus Jahn2021-08-223-0/+1017
* Implement XEP-0118: User Tune: Add manager with testsLinus Jahn2021-08-222-0/+190
* Use qMakePair() again to fix compile errorsLinus Jahn2021-08-012-3/+3
* QXmppClient: Add addNewExtension<T>()Linus Jahn2021-07-232-0/+18
* tests: Add TestClient class for client testing with QFuturesLinus Jahn2021-07-061-0/+1
* More template magic for QFuturesLinus Jahn2021-07-054-5/+5
* RosterManager: Add QFuture-based requestsLinus Jahn2021-07-052-0/+130
* Add QXmppClient::sendGenericIq() just returning Success/StanzaErrorLinus Jahn2021-07-052-2/+42
* Move QFuture utilities into new QXmppFutureUtils_p.hLinus Jahn2021-07-033-3/+9
* UploadRequestManager: Add QFuture-based requestsLinus Jahn2021-06-272-0/+108
* DiscoveryManager: Add QFuture-based requestsLinus Jahn2021-06-272-0/+76
* EntityTimeManager: Add QFuture-based requestLinus Jahn2021-06-272-8/+50
* Add reporting of IQ responses with QFuturesLinus Jahn2021-06-273-1/+39
* QXmppClient: Add send() function with QFutureLinus Jahn2021-06-272-0/+49
* MucRoom::sendMessage: Improve explanation of the helper functionLinus Jahn2021-05-291-1/+6
* RosterManager: Add subscription request signal with full presence (#346)Melvin Keskin2021-05-082-0/+22
* doc: Fix many small doxygen warningsLinus Jahn2021-03-283-1/+5
* doc: Fix warnings from DiscoveryIqLinus Jahn2021-03-281-1/+1
* Refactor and clean up TransferManagerLinus Jahn2021-03-281-44/+45
* doc: Fix warnings from TransferManagerLinus Jahn2021-03-282-56/+101
* QXmppCall: Refactoring and clean upLinus Jahn2021-03-284-41/+37
* doc: Fix most of the warnings from QXmppCall classesLinus Jahn2021-03-286-37/+71
* Replace qAsConst by std::as_constLinus Jahn2021-03-173-4/+4
* Merge branch '1.3'Linus Jahn2021-03-151-2/+3
|\
| * Avoid depending on gst/gst.h in a public header, fixes #3250xd34df00d2021-03-151-2/+3
| * QXmppTransferManager: Fix undefined behaviour when parsing features (#322)Jan Lorenz2020-12-111-2/+6
* | QXmppClient: Reset Stream Management package cache on JID changesLinus Jahn2021-03-111-1/+7
* | QXmppCallStream: Use QRandomGenerator for Qt >= 5.10Linus Jahn2021-02-191-0/+8
* | RosterManager: Request items with MIX annotation (#331)Melvin Keskin2021-02-191-0/+4
* | Update copyright headers to 2021Linus Jahn2021-02-1957-57/+57
* | Improve wording in method documentation (#330)melvo2021-02-174-6/+6
* | RosterManager: Cache roster when using stream managementLinus Jahn2021-01-092-9/+37
* | RosterManager: Refactor/modernise codeLinus Jahn2021-01-092-49/+50
* | QXmppClient: Advertise stream management stateLinus Jahn2021-01-094-2/+85
* | QXmppTransferManager: Fix undefined behaviour when parsing features (#322)Jan Lorenz2020-12-111-2/+6
* | tests: Add OutgoingClient::parseHostAddress() testLinus Jahn2020-10-101-0/+2
* | Port remaining Qt-6-removed APIsLinus Jahn2020-10-104-25/+45
* | OutgoingClient: Properly handle bind IQ errorsBonnie2020-10-011-0/+5
* | Merge branch 'stable'Linus Jahn2020-07-202-16/+33
|\|
| * Clean up QXmppCarbonManagerLinus Jahn2020-07-202-18/+29
| * QXmppCarbonManager: Fix vulnerability: Add sender checkLinus Jahn2020-07-201-0/+6
| * QXmppMessageReceiptManager: Ignore all error messagesLinus Jahn2020-07-201-1/+4
* | Adapt to changes in QList in Qt 6.0Linus Jahn2020-07-032-7/+2
* | Replace deprecated QSslSocket::error signalLinus Jahn2020-07-031-0/+4
* | QXmppMessageReceiptManager: Ignore all error messagesLinus Jahn2020-07-031-1/+4
* | QXmppClient: Remove static disco feature for attentionLinus Jahn2020-04-071-2/+0
* | Add QXmppAttentionManagerLinus Jahn2020-04-072-0/+364
* | QXmppClient: State that iqReceived() is only emitted for resultsLinus Jahn2020-04-072-5/+8
|/
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-064-5/+25