aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-255/+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-2/+114
* don't write milliseconds when they are zeroJeremy Lainé2010-06-291-1/+5
* * move QImage-related code out of QXmppUtilsJeremy Lainé2010-04-151-49/+7
* rework QXmppLogger yet againJeremy Lainé2010-03-081-10/+0
* rework QXmppLogger againJeremy Lainé2010-03-081-2/+3
* rework loggingJeremy Lainé2010-03-081-2/+2
* refactor loggingJeremy Lainé2010-03-081-2/+2
* increase length of random string generator to reduce collision risksJeremy Lainé2010-02-261-2/+1
* add support for XEP-0082: XMPP Date and Time ProfilesJeremy Lainé2010-02-241-0/+35
* fix typoJeremy Lainé2010-02-191-1/+1
* in jidToBareJid and jidToResource, check the presence of '/'Jeremy Lainé2010-02-191-2/+8
* include QImage in QXmppUtils (issue #35)Jeremy Lainé2010-02-011-0/+1
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-271-0/+13
* Fix for Manjeet Dahiya2009-10-261-136/+136
* Using QXmlStreamWriter for directly writing to the socket. This will avoid st...Manjeet Dahiya2009-10-201-14/+9
* image hash should be null for empty imageManjeet Dahiya2009-09-121-1/+5
* bug fixesManjeet Dahiya2009-09-121-2/+2
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-2/+3
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-2/+52
* utils to QXmppUtilsManjeet Dahiya2009-09-051-0/+86