aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStanza.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-2/+2
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+10
| | | | Methods of new classes have no \since tag.
* Implement XEP-0363: HTTP File Upload: Error casesLinus Jahn2019-10-201-17/+92
| | | | | This extends the QXmppStanza::Error by the error cases defined in XEP-0363: HTTP File Upload in version 0.9.0.
* QXmppStanza::Error: Use d-pointer to maintain binary compat in futureLinus Jahn2019-10-201-30/+52
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Fix spelling errorsBoris Pek2019-01-081-1/+1
|
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-95/+11
| | | | | | | | | | | | | | * 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
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-251-4/+0
|
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-281-0/+4
|
* 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
|
* fix documentation warningsJeremy Lainé2012-09-031-0/+2
|
* add extended addresses to QXmppMessage and QXmppPresenceJeremy Lainé2012-09-031-8/+5
|
* use private data members directlyJeremy Lainé2012-09-031-6/+6
|
* add "extendedAddresses" to QXmppStanzaJeremy Lainé2012-09-031-0/+47
|
* make QXmppExtendedAddress::toXml constJeremy Lainé2012-09-031-1/+1
|
* add QXmppExtendedAddressJeremy Lainé2012-09-031-1/+127
|
* make QXmppStanza use implicit data sharingJeremy Lainé2012-07-211-20/+47
|
* doc fixesJeremy Lainé2012-07-211-1/+4
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* remove QXmppStanza::Error::isValidJeremy Lainé2012-04-201-5/+0
|
* remove QXmppStanza::isErrorStanzaJeremy Lainé2012-04-201-5/+0
|
* Remove QXmppPacket class.Jeremy Lainé2012-04-201-3/+2
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+436