| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
This allows us to report different error types with more information and
makes it possible to distinguish stanza errors and errors generated
locally.
Part of #501.
|
| |
|
|
|
|
|
| |
Verifies that the sender of the response is correct, so no evil entity
can inject responses.
Fixes #510.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we had the policy that no qt keywords were allowed in headers
that may be included by users. However since there was no automatic test
verifying that in some places keywords were still used.
This now disables qt keywords completely, also in tests and examples. Qt
keywords are in general no good or really good idea as they even
conflict with the standard library (`emit` at least).
In some cases in the examples I just removed the slot tag if the
functions didn't need to be slots (anymore).
Closes #503.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
This makes it possible to get the statusText of subscription requests.
|
| | |
|
| |
|
|
| |
This was a copy-paste mistake.
|
| |
|
|
| |
QCOMPARE(QString(), "") doesn't work there.
|
| |
|