aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMessage.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement XEP-0367: Message AttachingLinus Jahn2019-09-061-7/+8
| | | | | This adds parsing and serialization for XEP-0367: Message Attaching in version 0.3.0.
* Implement XEP-0382: Spoiler messages (v0.2.0)Linus Jahn2019-05-041-0/+7
| | | | This adds parsing and serialization of spoilers in the QXmppMessage class.
* Implement MIX-CORE XEP-0396: Message extensionLinus Jahn2019-05-011-0/+7
| | | | | | | This implements the new message extension specified by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#usecase-user-message
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Implement XEP-0308: Last Message CorrectionLinus Jahn2018-12-301-0/+4
|
* Add partial support of XEP-0066: Out of Band DataLinus Jahn2018-12-191-0/+4
| | | | | Today this is most important for attaching URLs generated by XEP-0363: HTTP File Upload for a very basic form of media/file sharing.
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+2
| | | | | | | | | | | | | | * 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
* Merge pull request #88 from fbeutel/carbonsfbeutel2016-09-041-0/+4
| | | * Implemented XEP-0280: Message Carbons
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-1/+1
| | | | This allows compilation with GCC in pedantic mode.
* XEP-0333 updated:Juan Aragon2014-05-211-3/+8
| | | | | | -Methods documented -Symmetrical getters/setters -Unit tests updated
* XEP-0333: Chat MarkersJuan Aragon2014-05-201-0/+18
|
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-281-2/+2
|
* 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
|
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-121-0/+9
|
* make QXmppMessage use implicit data sharingJeremy Lainé2012-07-211-23/+6
|
* refactor message type parsingJeremy Lainé2012-07-211-3/+0
|
* add support for XEP-0071: XHTML-IM (fixes issue: #143)Jeremy Lainé2012-07-211-0/+6
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* start marking classes with QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+123