aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppNonSASLAuth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-93/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* add explicit copyright to QXmppNonSASLAuthJeremy Lainé2010-08-091-0/+23
|
* Fix for Manjeet Dahiya2009-10-261-70/+70
| | | | | | | | 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-15/+14
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-0/+71