aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* rename "example" to "examples"Jeremy Lainé2010-08-1041-2027/+0
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-1024-24/+24
* RPC: splitting methodName should not be done at the QXmppRpcIq level,Jeremy Lainé2010-08-101-2/+1
* parse/serialise XML-RPC faultsJeremy Lainé2010-08-102-0/+39
* don't include obsolete xmlrpc.hJeremy Lainé2010-08-101-1/+0
* test XML-RPC invoke/response IQsJeremy Lainé2010-08-102-0/+57
* deprecated QXmppClient::getConfigurationJeremy Lainé2010-08-096-6/+4
* rename library from "QXmppClient" to "qxmpp"Jeremy Lainé2010-08-091-2/+2
* XML RPC spec we should encode booleans as "1" or "0", not "true" or "false"Jeremy Lainé2010-08-091-3/+2
* add support for "nil" in XML-RPCJeremy Lainé2010-08-092-0/+7
* test array and structJeremy Lainé2010-08-092-0/+30
* test int & base64Jeremy Lainé2010-08-092-0/+14
* fix and test QDateTime representation in XML-RPCJeremy Lainé2010-08-092-9/+18
* add tests for XML RPCJeremy Lainé2010-08-092-0/+55
* make example actually workJeremy Lainé2010-07-212-6/+27
* add missing .pro fileJeremy Lainé2010-07-211-0/+10
* fix typosJeremy Lainé2010-07-211-2/+2
* add stub for call management exampleJeremy Lainé2010-07-214-0/+194
* move tests.cppJeremy Lainé2010-07-191-0/+0
* move test filesJeremy Lainé2010-07-192-0/+407
* add stub for "tests" directoryJeremy Lainé2010-07-192-1/+11
* be consistent, allow debug_and_release throughout the treeJeremy Lainé2010-07-191-0/+1
* prune some unused codeJeremy Lainé2010-07-192-16/+0
* * use qxmpp.testX@gmail.com credentials for consistencyJeremy Lainé2010-07-193-28/+34
* document the fact you don't NEED to use IBBJeremy Lainé2010-07-191-1/+3
* really finish renaming filesJeremy Lainé2010-07-191-0/+0
* finish renaming filesJeremy Lainé2010-07-191-0/+0
* rename ibb sourcesJeremy Lainé2010-07-195-21/+21
* merge examples 3 and 4Jeremy Lainé2010-07-1910-184/+1
* merge ibbTransferTarget codeJeremy Lainé2010-07-193-8/+74
* rework includesJeremy Lainé2010-07-191-3/+4
* fix deprecation warningsJeremy Lainé2010-07-181-3/+3
* * rename getArchiveManager to archiveManagerJeremy Lainé2010-06-233-8/+8
* replace obsolete QXmppLogger::LoggingTypeManjeet Dahiya2010-04-137-7/+7
* native eol example_2_rosterHandlingManjeet Dahiya2010-03-125-167/+167
* native eol example_3_ibbTransferSourceManjeet Dahiya2010-03-124-165/+165
* native eol example_7_archiveHandlingManjeet Dahiya2010-03-124-168/+168
* suppress unused variable warningManjeet Dahiya2010-03-081-0/+1
* suppress unused variable warningManjeet Dahiya2010-03-081-0/+1
* suppress unused variable warningManjeet Dahiya2010-03-081-0/+1
* revert changes to library linking, document whyJeremy Lainé2010-03-081-6/+4
* make sur examples get rebuilt when the library changes (issue #28)Jeremy Lainé2010-03-041-2/+10
* make all examples use example.pri for common definitionsJeremy Lainé2010-03-0410-100/+33
* simplify library linkingJeremy Lainé2010-03-048-16/+16
* cleanup archive handling APIJeremy Lainé2010-03-041-3/+3
* don't use deprecated accessorsJeremy Lainé2010-03-041-2/+2
* force ibbTransferSource to use IBBJeremy Lainé2010-02-251-0/+1
* actually make ibbTransferTarget use IBBJeremy Lainé2010-02-251-3/+5
* update ibbTransferSource example to use QXmppTransferManagerJeremy Lainé2010-02-242-51/+31
* update ibbTransferTarget example to use QXmppTransferManagerJeremy Lainé2010-02-242-19/+39