aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppstanza
Commit message (Collapse)AuthorAgeFilesLines
* QXmppStanza::Error: Add 'by' attribute from RFC6120Linus Jahn2020-04-041-8/+34
| | | | | This adds parsing and serialization and unit tests for the by attribute for QXmppStanza::Errors. The protocol is defined in RFC6120.
* QXmppStanza::Error: Add redirection URI from RFC6120Linus Jahn2020-04-011-8/+63
| | | | | The error conditions <gone/> and <redirect/> can contain an XMPP URI to redirect to as defined in RFC6120.
* Add tests for QXmppStanza::Error parsingLinus Jahn2020-03-311-0/+169
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-22/+19
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+2
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-2/+2
|
* Implement XEP-0363: HTTP File Upload: Error casesLinus Jahn2019-10-201-0/+69
| | | | | This extends the QXmppStanza::Error by the error cases defined in XEP-0363: HTTP File Upload in version 0.9.0.
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Port tests to the new build systemNiels Ole Salscheider2017-09-041-3/+0
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* split QXmppStanza tests outJeremy Lainé2012-09-272-0/+81