diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppRpcManager.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/QXmppRpcManager.cpp b/src/QXmppRpcManager.cpp index 63885556..8e6518d5 100644 --- a/src/QXmppRpcManager.cpp +++ b/src/QXmppRpcManager.cpp @@ -98,7 +98,10 @@ void QXmppRpcManager::invokeInterfaceMethod( const QXmppRpcInvokeIq &iq ) client()->sendPacket(errorIq); } -/// Call a remote method using RPC with the specified arguments. +/// Calls a remote method using RPC with the specified arguments. +/// +/// \note This method blocks until the response is received, and it may +/// cause XMPP stanzas to be lost! QXmppRemoteMethodResult QXmppRpcManager::callRemoteMethod( const QString &jid, const QString &interface, |
