aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Issue 17: Authentication and stream security configuration optionsManjeet Dahiya2009-10-211-7/+56
|
* 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-14/+38
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* Issue 16: Implement XEP-0030 Manjeet Dahiya2009-10-181-0/+12
|
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-42/+100
|
* Fix for Issue 9: When result iq is received, client is sending an error iq ↵Manjeet Dahiya2009-09-221-9/+12
| | | | that feature is not implemented
* bug fixesManjeet Dahiya2009-09-121-0/+3
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-7/+23
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-37/+90
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-14/+18
| | | | Fix Issue 3: QXmppClient::connected signal
* Fix Issue 1: typo: getConfigurgation instead of getConfigurationManjeet Dahiya2009-08-141-1/+1
|
* addManjeet Dahiya2009-06-141-0/+583