aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRpcIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.