aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppMessage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-346/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-16/+48
|
* add support for XEP-0203: Delayed DeliveryJeremy Lainé2010-06-291-7/+32
|
* restore original from/to order in serializationJeremy Lainé2010-06-291-1/+1
|
* add support for XEP-0091: Legacy Delayed DeliveryJeremy Lainé2010-06-291-8/+54
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-11/+3
|
* cleanup QXmppMessage accessorsJeremy Lainé2010-03-041-7/+33
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-5/+5
|
* rename QXmppStanza::getExtensions to QXmppStanza::extensionsJeremy Lainé2010-03-041-1/+1
|
* * check whether body is empty before adding "body" element to a messageJeremy Lainé2010-02-221-5/+6
| | | | | * remove some gratuitous accessor calls
* allow multiple extensions for XMPP stanzasJeremy Lainé2010-02-191-2/+3
|
* add support for XEP-0085 : Chat State NotificationsJeremy Lainé2010-02-181-1/+40
|
* move parsing of XMPP messages to QXmppMessageJeremy Lainé2010-02-181-0/+25
|
* make it possible to attach an extension element to messages and presencesJeremy Lainé2010-02-121-0/+1
|
* do not include "thread" and "subject" elements in messages if emptyJeremy Lainé2010-02-111-2/+4
|
* Fix for Manjeet Dahiya2009-10-261-156/+156
| | | | | | | | Issue 23: QXmppBind compilation error on macosx starting from r23 Issue 26: examples fail to link on macosx and linux Issue 24: all text files should have the svn property eol-style set Contributed by: Marco Molteni
* fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵Manjeet Dahiya2009-10-201-1/+1
| | | | | | -warnings and other warnings
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-201-24/+14
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-1/+2
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-4/+3
| | | | Fix Issue 3: QXmppClient::connected signal
* addManjeet Dahiya2009-06-141-0/+166