aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
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&);