aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* make QXmppRosterEntry inherit QXmppRosterIq::ItemJeremy Lainé2010-04-152-175/+3
* add code documentation for QXmppRosterIq::ItemJeremy Lainé2010-04-152-5/+66
* make QXmppRosterIq::Item and QXmppRosterEntry APIs convergeJeremy Lainé2010-04-154-33/+20
* move QXmppRosterIq parsing out of QXmppStreamJeremy Lainé2010-04-153-52/+19
* add a "parse" method to QXmppRosterIqJeremy Lainé2010-04-152-1/+28
* reorder methods alphabeticallyJeremy Lainé2010-04-152-25/+32
* add accessors for URL vCard attributeJeremy Lainé2010-04-142-0/+16
* support for multiple groups informationManjeet Dahiya2010-04-131-2/+8
* bug fix with groups information in rosterManjeet Dahiya2010-04-131-1/+1
* QXmppPingIq::isPingIq should take a const QDomElement& as argumentJeremy Lainé2010-03-252-2/+2
* Improve QXmppTransferManager:Jeremy Lainé2010-03-252-25/+86
* make QXmppLogger::log a slotJeremy Lainé2010-03-221-2/+3
* make it possible to detect / parse bind and session IQsJeremy Lainé2010-03-224-21/+43
* cosmeticsManjeet Dahiya2010-03-191-5/+6
* Better QXmppLogger::LoggingType enums and obsoleted the older onesManjeet Dahiya2010-03-192-9/+13
* improve XEP-0004 APIJeremy Lainé2010-03-172-11/+25
* parse contents of Discovery iqs instead of returning raw QXmppElement'sJeremy Lainé2010-03-173-27/+182
* fix namespace for data formsJeremy Lainé2010-03-161-1/+1
* add XEP-0004: Data Forms implementationJeremy Lainé2010-03-162-0/+480
* start adding support for XEP-0004: Data FormsJeremy Lainé2010-03-163-0/+4
* tighten checks on received discovery IQsJeremy Lainé2010-03-161-1/+2
* make it possible to send arbitrary QIODevice using QXmppTransferManagerJeremy Lainé2010-03-162-132/+251
* svn_revisionManjeet Dahiya2010-03-121-0/+1
* $REV$ testManjeet Dahiya2010-03-121-0/+1
* add "node" property to QXmppDiscoveryIqJeremy Lainé2010-03-112-0/+16
* QXmppInformationRequestResult should inherit QXmppDiscoveryIqJeremy Lainé2010-03-102-58/+36
* add support for keep aliveJeremy Lainé2010-03-104-0/+77
* add configuration options for keep aliveJeremy Lainé2010-03-102-3/+44
* only emit message if logging type is "SIGNAL"Jeremy Lainé2010-03-102-10/+6
* add support for first/middle/last name in vCardsJeremy Lainé2010-03-102-9/+65
* store the vCard of the connected clientManjeet Dahiya2010-03-092-1/+42
* fix logging of incoming/outgoing packetsJeremy Lainé2010-03-091-11/+8
* add the missing XEP-0054: vcard-temp discovery supportManjeet Dahiya2010-03-091-0/+5
* documentationManjeet Dahiya2010-03-091-1/+1
* functionality to specify logfilePath in case of QXmppLogger::FILE type of log...Manjeet Dahiya2010-03-092-2/+16
* ONLYSIGNAL to SIGNALONLYManjeet Dahiya2010-03-092-2/+2
* add ONLYSIGNAL enum for logging by signals onlyManjeet Dahiya2010-03-092-1/+5
* don't emit signal when there is no loggingManjeet Dahiya2010-03-091-1/+4
* rework logging outputJeremy Lainé2010-03-081-2/+22
* fixupJeremy Lainé2010-03-086-31/+32
* categorise log messages as debug or warningJeremy Lainé2010-03-082-30/+34
* make QXmppLogger a QObject so it can emit signalsJeremy Lainé2010-03-082-5/+12
* hide QXmppLogger internalsJeremy Lainé2010-03-082-15/+17
* rework QXmppLogger yet againJeremy Lainé2010-03-087-61/+44
* rework QXmppLogger againJeremy Lainé2010-03-087-39/+43
* rework QXmppLogger to always use QTextStreamJeremy Lainé2010-03-082-18/+37
* rework loggingJeremy Lainé2010-03-084-18/+10
* refactor loggingJeremy Lainé2010-03-089-32/+41
* suppress unused variable warningManjeet Dahiya2010-03-081-0/+1
* actually use the "state" variable in QXmppTransferManager::jobStateChangedJeremy Lainé2010-03-081-1/+1