aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppOutgoingServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppOutgoingServer.cpp')
-rw-r--r--src/server/QXmppOutgoingServer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/QXmppOutgoingServer.cpp b/src/server/QXmppOutgoingServer.cpp
index 1cf5b965..75d9c889 100644
--- a/src/server/QXmppOutgoingServer.cpp
+++ b/src/server/QXmppOutgoingServer.cpp
@@ -134,6 +134,8 @@ void QXmppOutgoingServer::_q_dnsLookupFinished()
socket()->connectToHost(host, port);
}
+/// \cond
+
void QXmppOutgoingServer::handleStart()
{
QXmppStream::handleStart();
@@ -233,6 +235,7 @@ void QXmppOutgoingServer::handleStanza(const QDomElement &stanza)
}
}
+/// \endcond
/// Returns true if the socket is connected and authentication succeeded.
///