libQuotient
libQuotient copied to clipboard
A Qt library to write cross-platform clients for Matrix
Although Qt 6.2 finally has got Qt Multimedia, libQuotient ~~cannot~~ never could make proper use of it. To hold the dependency just for the sake of extracting metadata from an...
This in particular implies adjusting the GTAD configuration to the new layout of the repo.
The way quotest works now requires exclusive interaction with the room (there's joining and leaving, in particular, and there's an intention to add room creation and deletion to the mix)....
[Mass redactions MSC](https://github.com/matrix-org/matrix-doc/pull/2244) introduces a different data structure used for a redaction event in a newer room version. While this data structure is back-compatible with the current one so it's...
`SearchJob` is now buildable, and it would be great to make it a first class citizen within libQuotient, to make easier invocation of the search as well as storing and...
This is a very bad idea generally, and the current code will leave quite a few things on the floor if `setHomeserver()` gets called while jobs fly over. And there's...
This provide a faster startup time and near instant room switching.
### Description I am starting a new application based on libQuotient but I am a bit disappointed with headers organisation. From what I see, I have to include libQuotient headers...