aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRpcIq.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-124/+0
|
* hide parsing/serialisation methods from doxygenJeremy Lainé2010-08-111-0/+2
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* touchup doxygen documentationJeremy Lainé2010-08-101-2/+2
|
* RPC: splitting methodName should not be done at the QXmppRpcIq level,Jeremy Lainé2010-08-101-4/+0
| | | | | | it is perfectly legitimate to not use the INTERFACE.METHOD convention in a Jabber-RPC IQ
* hide internals from doxygenJeremy Lainé2010-08-101-0/+4
|
* parse/serialise XML-RPC faultsJeremy Lainé2010-08-101-0/+18
|
* merge xmlrpc.cpp into QXmppRpcIq.cppJeremy Lainé2010-08-101-0/+6
|
* test XML-RPC invoke/response IQsJeremy Lainé2010-08-101-0/+24
|
* rework internal XML RPC APIsJeremy Lainé2010-08-091-8/+8
|
* further cleanup of XMP RPC codeJeremy Lainé2010-08-091-3/+3
|
* rename RPC IQ accessors starting with "get"Jeremy Lainé2010-08-091-5/+5
|
* use parseElementFromChild in all IQ classesJeremy Lainé2010-07-081-5/+11
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-10/+11
|
* Added start of XEP-009. This is only the inteface, being able to invoke ↵Ian Geiser2009-11-081-0/+67
remote methods is next.