aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 14:01:15 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 14:01:15 +0000
commit6982f22e2fbfbecdf7bb2a76f53de90a45613654 (patch)
tree54a6662fb6f2080c8f8c7e24e037ad38b0bddc94 /source/QXmppStream.h
parent452d70b95168e5f36a6cdb972278d656141feb3f (diff)
downloadqxmpp-6982f22e2fbfbecdf7bb2a76f53de90a45613654.tar.gz
use signal/slot to handle RPC
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index a5aaab3d..8f665471 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -99,8 +99,9 @@ signals:
void rosterIqReceived(const QXmppRosterIq&);
void vCardIqReceived(const QXmppVCard&);
- void rpcCallResponse(const QXmppRpcResponseIq& result );
- void rpcCallError(const QXmppRpcErrorIq& err );
+ void rpcCallInvoke(const QXmppRpcInvokeIq &invoke);
+ void rpcCallResponse(const QXmppRpcResponseIq& result);
+ void rpcCallError(const QXmppRpcErrorIq &err);
void archiveChatIqReceived(const QXmppArchiveChatIq&);
void archiveListIqReceived(const QXmppArchiveListIq&);