aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppRpcManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppRpcManager.cpp')
-rw-r--r--src/client/QXmppRpcManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/QXmppRpcManager.cpp b/src/client/QXmppRpcManager.cpp
index b1289006..ddf18716 100644
--- a/src/client/QXmppRpcManager.cpp
+++ b/src/client/QXmppRpcManager.cpp
@@ -137,6 +137,7 @@ QXmppRemoteMethodResult QXmppRpcManager::callRemoteMethod( const QString &jid,
return method.call();
}
+/// \cond
QStringList QXmppRpcManager::discoveryFeatures() const
{
// XEP-0009: Jabber-RPC
@@ -177,4 +178,4 @@ bool QXmppRpcManager::handleStanza(const QDomElement &element)
}
return false;
}
-
+/// \endcond