aboutsummaryrefslogtreecommitdiff
path: root/example/tests/tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "example" to "examples"Jeremy Lainé2010-08-101-534/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* RPC: splitting methodName should not be done at the QXmppRpcIq level,Jeremy Lainé2010-08-101-2/+1
| | | | | | it is perfectly legitimate to not use the INTERFACE.METHOD convention in a Jabber-RPC IQ
* parse/serialise XML-RPC faultsJeremy Lainé2010-08-101-0/+38
|
* don't include obsolete xmlrpc.hJeremy Lainé2010-08-101-1/+0
|
* test XML-RPC invoke/response IQsJeremy Lainé2010-08-101-0/+54
|
* 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-091-0/+6
|
* test array and structJeremy Lainé2010-08-091-0/+27
|
* test int & base64Jeremy Lainé2010-08-091-0/+12
|
* fix and test QDateTime representation in XML-RPCJeremy Lainé2010-08-091-9/+17
|
* add tests for XML RPCJeremy Lainé2010-08-091-0/+46
|
* move tests.cppJeremy Lainé2010-07-191-0/+346