| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This avoids the need to include the whole TrustStorage in files like
SendStanzaParams.h.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* 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
|
| |
|
|
| |
Some implementations may require non-const access.
|
| | |
|
| |
|