aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-61/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* add crc32 and hmac-sha1 calculation routinesJeremy Lainé2010-07-131-1/+5
|
* * move QImage-related code out of QXmppUtilsJeremy Lainé2010-04-151-5/+0
| | | | | * make it possible to disable QtGui-dependent code
* rework QXmppLogger yet againJeremy Lainé2010-03-081-3/+0
|
* refactor loggingJeremy Lainé2010-03-081-2/+2
|
* add support for XEP-0082: XMPP Date and Time ProfilesJeremy Lainé2010-02-241-0/+5
|
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-271-0/+1
|
* Fix for Manjeet Dahiya2009-10-261-54/+59
| | | | | | | | 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-6/+4
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* bug fixesManjeet Dahiya2009-09-121-1/+1
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-1/+1
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-3/+13
|
* include guards as per file nameManjeet Dahiya2009-09-051-3/+3
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-0/+46