aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* Run 'clang-format' on all filesMelvin Keskin2022-01-1517-147/+153
|
* Split up ATM parts of trust storage and refactor (#388)Melvin Keskin2022-01-1510-257/+476
| | | | | | | | | | | | QXmppTrustStorage is now the base class for all trust storages used by end-to-end encryption managers. QXmppAtmTrustStorage is used by QXmppAtmManager. QXmppTrustMemoryStorage is now the base class for all trust storages that use the memory for storing data. QXmppAtmTrustMemoryStorage can be used by QXmppAtmManager. Methods needed by the upcoming OMEMO implementation are added. Some existing methods are refactored.
* Convert copyright headers to REUSELinus Jahn2022-01-1473-1618/+231
|
* Update copyright years (2022 edition)Linus Jahn2022-01-0969-69/+69
|
* AtmManager: Fix compilation with Qt6 (#381)JBB2021-12-051-10/+12
|
* Add parsing/serialization for SCE envelopeLinus Jahn2021-10-181-0/+128
|
* Update to OMEMO 0.8, TM 0.6 and ATM 0.4Melvin Keskin2021-10-106-69/+69
| | | | | | * OMEMO has namespace 'urn:xmpp:omemo:2' and uses SCE 0.4 now * TM has namespace 'urn:xmpp:tm:1' and uses Base64 for key identifiers * ATM uses Base64 for key identifiers
* TrustStorage: Add virtual dtorLinus Jahn2021-09-301-0/+2
|
* TrustMemStorage: Remove now unused comparison operatorsLinus Jahn2021-09-301-15/+0
|
* TrustMemStorage: Use correct way for removing from QMultiHashLinus Jahn2021-09-301-32/+22
| | | | This avoid many additional copies and comparisons.
* TrustStorage: Remove unnecessary const constraintLinus Jahn2021-09-304-12/+12
| | | | Some implementations may require non-const access.
* PubSubManager: Add create node requests with configLinus Jahn2021-09-292-1/+69
|
* PubSubManager: Add node configuration requestsLinus Jahn2021-09-292-8/+145
|
* PubSubManager: Inline PEP requestsLinus Jahn2021-09-292-23/+15
|
* QXmppClient: Add encryption hooksLinus Jahn2021-09-285-3/+308
|
* Client: Require moving the packets/iqs for sendingLinus Jahn2021-09-288-32/+32
|
* AtmManager: Use security policiesMelvin Keskin2021-09-251-3/+17
|
* TrustMemoryStorage: Add security policiesMelvin Keskin2021-09-252-0/+24
|
* TrustStorage: Add security policiesMelvin Keskin2021-09-252-1/+38
|
* Add QXmppAtmManagerMelvin Keskin2021-09-162-0/+573
|
* Add QXmppTrustMemoryStorageMelvin Keskin2021-09-162-0/+383
|
* Add QXmppTrustStorageMelvin Keskin2021-09-162-0/+263
|
* Adapt IQ parsing to new packet sendingLinus Jahn2021-09-031-1/+1
| | | | Remove now unused QXmpp::PacketState.
* Refactor packet sending: Add SendSuccess/SendErrorLinus Jahn2021-09-034-29/+11
|
* Make it possible to send QXmppNonzas over streamsLinus Jahn2021-08-262-3/+2
|
* Add QXmppPubSubManagerLinus Jahn2021-08-223-0/+1017
| | | | | | Supports the most common pubsub requests. Co-authored-by: Germán Márquez Mejía <mancho@olomono.de>
* 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
| | | | | | | With some configurations QPair(a, b) (without template parameters) causes errors, but it works with qMakePair(). Fixes #360.
* 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
| | | | Also ran clang-format on the file.
* 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
| | | | Explain that and how it's possible to send custom messages.
* RosterManager: Add subscription request signal with full presence (#346)Melvin Keskin2021-05-082-0/+22
| | | This makes it possible to get the statusText of subscription requests.
* 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
| | | | | | | | | Fixes things like: - detaching Qt containers (missing std::as_const) - new signal/slot syntax - missing emit keyword - more 'auto' - comparison of int and uint
* 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
| |