aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppSession.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-53/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* cleanup & test more IQ handlingJeremy Lainé2010-06-291-3/+2
|
* make it possible to detect / parse bind and session IQsJeremy Lainé2010-03-221-5/+9
|
* Fix for Manjeet Dahiya2009-10-261-50/+50
| | | | | | | | 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
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-201-10/+5
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* addManjeet Dahiya2009-06-141-0/+55