aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppMessage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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