| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename "example" to "examples" | Jeremy Lainé | 2010-08-10 | 41 | -2027/+0 |
| | | |||||
| * | reassign copyright to "The QXmpp developers" | Jeremy Lainé | 2010-08-10 | 24 | -24/+24 |
| | | |||||
| * | RPC: splitting methodName should not be done at the QXmppRpcIq level, | Jeremy Lainé | 2010-08-10 | 1 | -2/+1 |
| | | | | | | | it is perfectly legitimate to not use the INTERFACE.METHOD convention in a Jabber-RPC IQ | ||||
| * | parse/serialise XML-RPC faults | Jeremy Lainé | 2010-08-10 | 2 | -0/+39 |
| | | |||||
| * | don't include obsolete xmlrpc.h | Jeremy Lainé | 2010-08-10 | 1 | -1/+0 |
| | | |||||
| * | test XML-RPC invoke/response IQs | Jeremy Lainé | 2010-08-10 | 2 | -0/+57 |
| | | |||||
| * | deprecated QXmppClient::getConfiguration | Jeremy Lainé | 2010-08-09 | 6 | -6/+4 |
| | | |||||
| * | rename library from "QXmppClient" to "qxmpp" | Jeremy Lainé | 2010-08-09 | 1 | -2/+2 |
| | | |||||
| * | XML RPC spec we should encode booleans as "1" or "0", not "true" or "false" | Jeremy Lainé | 2010-08-09 | 1 | -3/+2 |
| | | |||||
| * | add support for "nil" in XML-RPC | Jeremy Lainé | 2010-08-09 | 2 | -0/+7 |
| | | |||||
| * | test array and struct | Jeremy Lainé | 2010-08-09 | 2 | -0/+30 |
| | | |||||
| * | test int & base64 | Jeremy Lainé | 2010-08-09 | 2 | -0/+14 |
| | | |||||
| * | fix and test QDateTime representation in XML-RPC | Jeremy Lainé | 2010-08-09 | 2 | -9/+18 |
| | | |||||
| * | add tests for XML RPC | Jeremy Lainé | 2010-08-09 | 2 | -0/+55 |
| | | |||||
| * | make example actually work | Jeremy Lainé | 2010-07-21 | 2 | -6/+27 |
| | | |||||
| * | add missing .pro file | Jeremy Lainé | 2010-07-21 | 1 | -0/+10 |
| | | |||||
| * | fix typos | Jeremy Lainé | 2010-07-21 | 1 | -2/+2 |
| | | |||||
| * | add stub for call management example | Jeremy Lainé | 2010-07-21 | 4 | -0/+194 |
| | | |||||
| * | move tests.cpp | Jeremy Lainé | 2010-07-19 | 1 | -0/+0 |
| | | |||||
| * | move test files | Jeremy Lainé | 2010-07-19 | 2 | -0/+407 |
| | | |||||
| * | add stub for "tests" directory | Jeremy Lainé | 2010-07-19 | 2 | -1/+11 |
| | | |||||
| * | be consistent, allow debug_and_release throughout the tree | Jeremy Lainé | 2010-07-19 | 1 | -0/+1 |
| | | |||||
| * | prune some unused code | Jeremy Lainé | 2010-07-19 | 2 | -16/+0 |
| | | |||||
| * | * use qxmpp.testX@gmail.com credentials for consistency | Jeremy Lainé | 2010-07-19 | 3 | -28/+34 |
| | | | | | | * wait for the recipient to be online before sending file | ||||
| * | document the fact you don't NEED to use IBB | Jeremy Lainé | 2010-07-19 | 1 | -1/+3 |
| | | |||||
| * | really finish renaming files | Jeremy Lainé | 2010-07-19 | 1 | -0/+0 |
| | | |||||
| * | finish renaming files | Jeremy Lainé | 2010-07-19 | 1 | -0/+0 |
| | | |||||
| * | rename ibb sources | Jeremy Lainé | 2010-07-19 | 5 | -21/+21 |
| | | |||||
| * | merge examples 3 and 4 | Jeremy Lainé | 2010-07-19 | 10 | -184/+1 |
| | | |||||
| * | merge ibbTransferTarget code | Jeremy Lainé | 2010-07-19 | 3 | -8/+74 |
| | | |||||
| * | rework includes | Jeremy Lainé | 2010-07-19 | 1 | -3/+4 |
| | | |||||
| * | fix deprecation warnings | Jeremy Lainé | 2010-07-18 | 1 | -3/+3 |
| | | |||||
| * | * rename getArchiveManager to archiveManager | Jeremy Lainé | 2010-06-23 | 3 | -8/+8 |
| | | | | | | * rename getTransferManager to transferManager | ||||
| * | replace obsolete QXmppLogger::LoggingType | Manjeet Dahiya | 2010-04-13 | 7 | -7/+7 |
| | | |||||
| * | native eol example_2_rosterHandling | Manjeet Dahiya | 2010-03-12 | 5 | -167/+167 |
| | | |||||
| * | native eol example_3_ibbTransferSource | Manjeet Dahiya | 2010-03-12 | 4 | -165/+165 |
| | | |||||
| * | native eol example_7_archiveHandling | Manjeet Dahiya | 2010-03-12 | 4 | -168/+168 |
| | | |||||
| * | suppress unused variable warning | Manjeet Dahiya | 2010-03-08 | 1 | -0/+1 |
| | | |||||
| * | suppress unused variable warning | Manjeet Dahiya | 2010-03-08 | 1 | -0/+1 |
| | | |||||
| * | suppress unused variable warning | Manjeet Dahiya | 2010-03-08 | 1 | -0/+1 |
| | | |||||
| * | revert changes to library linking, document why | Jeremy Lainé | 2010-03-08 | 1 | -6/+4 |
| | | |||||
| * | make sur examples get rebuilt when the library changes (issue #28) | Jeremy Lainé | 2010-03-04 | 1 | -2/+10 |
| | | |||||
| * | make all examples use example.pri for common definitions | Jeremy Lainé | 2010-03-04 | 10 | -100/+33 |
| | | |||||
| * | simplify library linking | Jeremy Lainé | 2010-03-04 | 8 | -16/+16 |
| | | |||||
| * | cleanup archive handling API | Jeremy Lainé | 2010-03-04 | 1 | -3/+3 |
| | | |||||
| * | don't use deprecated accessors | Jeremy Lainé | 2010-03-04 | 1 | -2/+2 |
| | | |||||
| * | force ibbTransferSource to use IBB | Jeremy Lainé | 2010-02-25 | 1 | -0/+1 |
| | | |||||
| * | actually make ibbTransferTarget use IBB | Jeremy Lainé | 2010-02-25 | 1 | -3/+5 |
| | | |||||
| * | update ibbTransferSource example to use QXmppTransferManager | Jeremy Lainé | 2010-02-24 | 2 | -51/+31 |
| | | |||||
| * | update ibbTransferTarget example to use QXmppTransferManager | Jeremy Lainé | 2010-02-24 | 2 | -19/+39 |
| | | |||||
