| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This makes the handling much easier because you don't have to manually
check whether the set 'Items' type means items have been published or
retracted. There is no retract type in the XML representation, but that
doesn't mean that we cannot distinguish both cases.
Closes #521.
|
| |
|
|
|
| |
This is so std::move() on implicitly-shared types actually moves the
content and doesn't call the copy ctor/assignment operator.
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
The pubsub events are inheriting from QXmppMessage and are template
classes with the item type as template parameter.
Supports nearly everything from XEP-0060.
|