| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix missing exports with MSVC 2019 | Jonah BrĂ¼chert | 2023-03-18 | 1 | -1/+1 |
| | | | | | | | | Fixes the Kaidan build with MSVC. Weirdly enough, MSVC got confused on finding the matching overload for <<, so I replaced it with push_back(). | ||||
| * | PubSubIq_p: Rename Private class to avoid conflicts | Linus Jahn | 2023-03-09 | 1 | -2/+3 |
| | | |||||
| * | Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItem | Linus Jahn | 2023-03-09 | 1 | -2/+2 |
| | | |||||
| * | Move PubSubIq into QXmpp::Private namespace | Linus Jahn | 2022-12-26 | 1 | -12/+16 |
| | | | | | This way users won't use it accidentally. | ||||
| * | Make PubSubIq header private | Linus Jahn | 2022-12-26 | 1 | -0/+165 |
| Users should only need to use the PubSubManager. The PubSubIq does not need to have a stable API this way and this gives us more flexibility. Closes #509. | |||||
