| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | make QXmppRosterEntry inherit QXmppRosterIq::Item | Jeremy Lainé | 2010-04-15 | 2 | -175/+3 | |
| | | ||||||
| * | add code documentation for QXmppRosterIq::Item | Jeremy Lainé | 2010-04-15 | 2 | -5/+66 | |
| | | ||||||
| * | make QXmppRosterIq::Item and QXmppRosterEntry APIs converge | Jeremy Lainé | 2010-04-15 | 4 | -33/+20 | |
| | | ||||||
| * | move QXmppRosterIq parsing out of QXmppStream | Jeremy Lainé | 2010-04-15 | 3 | -52/+19 | |
| | | ||||||
| * | add a "parse" method to QXmppRosterIq | Jeremy Lainé | 2010-04-15 | 2 | -1/+28 | |
| | | ||||||
| * | reorder methods alphabetically | Jeremy Lainé | 2010-04-15 | 2 | -25/+32 | |
| | | ||||||
| * | add accessors for URL vCard attribute | Jeremy Lainé | 2010-04-14 | 2 | -0/+16 | |
| | | ||||||
| * | support for multiple groups information | Manjeet Dahiya | 2010-04-13 | 1 | -2/+8 | |
| | | ||||||
| * | bug fix with groups information in roster | Manjeet Dahiya | 2010-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | QXmppPingIq::isPingIq should take a const QDomElement& as argument | Jeremy Lainé | 2010-03-25 | 2 | -2/+2 | |
| | | ||||||
| * | Improve QXmppTransferManager: | Jeremy Lainé | 2010-03-25 | 2 | -25/+86 | |
| | | | | | | | | - make it possible to specify the stream ID to use when sending a file - make QXmppTransferManager emit a signal when any of its jobs terminates - make it possible to force the use of a SOCKS5 proxy | |||||
| * | make QXmppLogger::log a slot | Jeremy Lainé | 2010-03-22 | 1 | -2/+3 | |
| | | ||||||
| * | make it possible to detect / parse bind and session IQs | Jeremy Lainé | 2010-03-22 | 4 | -21/+43 | |
| | | ||||||
| * | cosmetics | Manjeet Dahiya | 2010-03-19 | 1 | -5/+6 | |
| | | ||||||
| * | Better QXmppLogger::LoggingType enums and obsoleted the older ones | Manjeet Dahiya | 2010-03-19 | 2 | -9/+13 | |
| | | ||||||
| * | improve XEP-0004 API | Jeremy Lainé | 2010-03-17 | 2 | -11/+25 | |
| | | ||||||
| * | parse contents of Discovery iqs instead of returning raw QXmppElement's | Jeremy Lainé | 2010-03-17 | 3 | -27/+182 | |
| | | ||||||
| * | fix namespace for data forms | Jeremy Lainé | 2010-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | add XEP-0004: Data Forms implementation | Jeremy Lainé | 2010-03-16 | 2 | -0/+480 | |
| | | ||||||
| * | start adding support for XEP-0004: Data Forms | Jeremy Lainé | 2010-03-16 | 3 | -0/+4 | |
| | | ||||||
| * | tighten checks on received discovery IQs | Jeremy Lainé | 2010-03-16 | 1 | -1/+2 | |
| | | ||||||
| * | make it possible to send arbitrary QIODevice using QXmppTransferManager | Jeremy Lainé | 2010-03-16 | 2 | -132/+251 | |
| | | ||||||
| * | svn_revision | Manjeet Dahiya | 2010-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | $REV$ test | Manjeet Dahiya | 2010-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | add "node" property to QXmppDiscoveryIq | Jeremy Lainé | 2010-03-11 | 2 | -0/+16 | |
| | | ||||||
| * | QXmppInformationRequestResult should inherit QXmppDiscoveryIq | Jeremy Lainé | 2010-03-10 | 2 | -58/+36 | |
| | | ||||||
| * | add support for keep alive | Jeremy Lainé | 2010-03-10 | 4 | -0/+77 | |
| | | ||||||
| * | add configuration options for keep alive | Jeremy Lainé | 2010-03-10 | 2 | -3/+44 | |
| | | ||||||
| * | only emit message if logging type is "SIGNAL" | Jeremy Lainé | 2010-03-10 | 2 | -10/+6 | |
| | | ||||||
| * | add support for first/middle/last name in vCards | Jeremy Lainé | 2010-03-10 | 2 | -9/+65 | |
| | | ||||||
| * | store the vCard of the connected client | Manjeet Dahiya | 2010-03-09 | 2 | -1/+42 | |
| | | ||||||
| * | fix logging of incoming/outgoing packets | Jeremy Lainé | 2010-03-09 | 1 | -11/+8 | |
| | | ||||||
| * | add the missing XEP-0054: vcard-temp discovery support | Manjeet Dahiya | 2010-03-09 | 1 | -0/+5 | |
| | | ||||||
| * | documentation | Manjeet Dahiya | 2010-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | functionality to specify logfilePath in case of QXmppLogger::FILE type of ↵ | Manjeet Dahiya | 2010-03-09 | 2 | -2/+16 | |
| | | | | | logging | |||||
| * | ONLYSIGNAL to SIGNALONLY | Manjeet Dahiya | 2010-03-09 | 2 | -2/+2 | |
| | | ||||||
| * | add ONLYSIGNAL enum for logging by signals only | Manjeet Dahiya | 2010-03-09 | 2 | -1/+5 | |
| | | ||||||
| * | don't emit signal when there is no logging | Manjeet Dahiya | 2010-03-09 | 1 | -1/+4 | |
| | | ||||||
| * | rework logging output | Jeremy Lainé | 2010-03-08 | 1 | -2/+22 | |
| | | ||||||
| * | fixup | Jeremy Lainé | 2010-03-08 | 6 | -31/+32 | |
| | | ||||||
| * | categorise log messages as debug or warning | Jeremy Lainé | 2010-03-08 | 2 | -30/+34 | |
| | | ||||||
| * | make QXmppLogger a QObject so it can emit signals | Jeremy Lainé | 2010-03-08 | 2 | -5/+12 | |
| | | ||||||
| * | hide QXmppLogger internals | Jeremy Lainé | 2010-03-08 | 2 | -15/+17 | |
| | | ||||||
| * | rework QXmppLogger yet again | Jeremy Lainé | 2010-03-08 | 7 | -61/+44 | |
| | | ||||||
| * | rework QXmppLogger again | Jeremy Lainé | 2010-03-08 | 7 | -39/+43 | |
| | | ||||||
| * | rework QXmppLogger to always use QTextStream | Jeremy Lainé | 2010-03-08 | 2 | -18/+37 | |
| | | ||||||
| * | rework logging | Jeremy Lainé | 2010-03-08 | 4 | -18/+10 | |
| | | ||||||
| * | refactor logging | Jeremy Lainé | 2010-03-08 | 9 | -32/+41 | |
| | | ||||||
| * | suppress unused variable warning | Manjeet Dahiya | 2010-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | actually use the "state" variable in QXmppTransferManager::jobStateChanged | Jeremy Lainé | 2010-03-08 | 1 | -1/+1 | |
| | | ||||||
