aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRemoteMethod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated functions calls of QXmppConfigurationManjeet Dahiya2010-03-041-1/+1
|
* make error parsing private to QXmppStanza::ErrorJeremy Lainé2010-03-041-2/+2
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-4/+4
|
* don't call generateStanzaHash when constructing RPC IQs, this is already ↵Jeremy Lainé2010-02-261-1/+0
| | | | done by the QXmppIq constructor
* Split interfaces correctlyIan Geiser2009-11-121-1/+2
|
* This is the rest of XEP-009. This needs some cleanup and testing still. I ↵Ian Geiser2009-11-111-0/+51
am not happy with the implementation, but I am happy with the interface on QXmppClient.