aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppPacket.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-48/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* - remove QXmppPacket::xmlReceived() - unusedJeremy Lainé2010-05-311-4/+3
| | | | | - add virtual QXmppPacket::parse()
* copyright yearManjeet Dahiya2010-03-041-1/+1
|
* API cleanup: accessors namingManjeet Dahiya2010-03-041-1/+1
|
* Fix for Manjeet Dahiya2009-10-261-44/+49
| | | | | | | | 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-1/+2
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* addManjeet Dahiya2009-06-141-0/+43