| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
This way the function definition is shared and it avoids unused function
warnings in QXmppStreamManagement.cpp.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This makes the build log clean again.
|
| |
|
|
|
|
|
|
|
| |
This makes the variables for the error type and condition an
std::optional<> as this makes the meaning clearer than hidden -1 values
created by dubious casts.
For now, the API is not changed, because we can't replace the getter
easily. We could do something like type() and optionalType().
|
| |
|
|
| |
The error condition as stanza error was added in RFC6120.
|
| | |
|
| | |
|
| | |
|
|
|
* Some features can be available with different namespaces (e.g. SM)
* Provide static functions to convert between strings and stream errors
Stream management will reuse this for <failed />.
* [travis] test builds using clang
* Implement XEP-0198: Stream Management (client only)
* QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate
|