aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRpcIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-443/+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-17/+10
| | | | | | 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-12/+70
|
* merge xmlrpc.cpp into QXmppRpcIq.cppJeremy Lainé2010-08-101-18/+231
|
* test XML-RPC invoke/response IQsJeremy Lainé2010-08-101-3/+30
|
* rework internal XML RPC APIsJeremy Lainé2010-08-091-13/+20
|
* further cleanup of XMP RPC codeJeremy Lainé2010-08-091-5/+5
|
* simplify XML RPC codeJeremy Lainé2010-08-091-7/+10
|
* simplify XML RPC codeJeremy Lainé2010-08-091-2/+2
|
* rename RPC IQ accessors starting with "get"Jeremy Lainé2010-08-091-8/+8
|
* use parseElementFromChild in all IQ classesJeremy Lainé2010-07-081-20/+8
|
* make error parsing private to QXmppStanza::ErrorJeremy Lainé2010-03-041-16/+0
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-69/+66
|
* Added start of XEP-009. This is only the inteface, being able to invoke ↵Ian Geiser2009-11-081-0/+173
remote methods is next.