aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorIan Geiser <ian.geiser@gmail.com>2009-11-11 11:09:28 +0000
committerIan Geiser <ian.geiser@gmail.com>2009-11-11 11:09:28 +0000
commitd9745efcd24e547ba0185732bfc9b0c9f931162e (patch)
treec66bc1c52329ea1a21771b74845009a9a0addd70 /source/QXmppStream.h
parent5b0870ddaac421af2639058648a218c7061cdd6f (diff)
downloadqxmpp-d9745efcd24e547ba0185732bfc9b0c9f931162e.tar.gz
This is the rest of XEP-009. This needs some cleanup and testing still. I am not happy with the implementation, but I am happy with the interface on QXmppClient.
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index 8936abe3..d31e7a27 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -85,8 +85,8 @@ signals:
void rosterRequestIqReceived(const QXmppRosterIq&);
void vCardIqReceived(const QXmppVCard&);
- void rpcRequestFinished( const QString &id, const QXmppRpcResponseIq& result );
- void rpcRequestError( const QString &id, const QXmppRpcErrorIq& err );
+ void rpcCallResponse(const QXmppRpcResponseIq& result );
+ void rpcCallError(const QXmppRpcErrorIq& err );
private slots:
void socketHostFound();