diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 14:01:15 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 14:01:15 +0000 |
| commit | 6982f22e2fbfbecdf7bb2a76f53de90a45613654 (patch) | |
| tree | 54a6662fb6f2080c8f8c7e24e037ad38b0bddc94 /source/QXmppStream.h | |
| parent | 452d70b95168e5f36a6cdb972278d656141feb3f (diff) | |
| download | qxmpp-6982f22e2fbfbecdf7bb2a76f53de90a45613654.tar.gz | |
use signal/slot to handle RPC
Diffstat (limited to 'source/QXmppStream.h')
| -rw-r--r-- | source/QXmppStream.h | 5 |
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&); |
