From 95b10ce06499f3e952b370b41fef1730bddd27fd Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Dec 2010 11:34:18 +0000 Subject: improve QXmppOutgoingClient documentation and remove unnecessary addFeatures() method --- src/QXmppOutgoingClient.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/QXmppOutgoingClient.h') diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index 3d744854..4b39445b 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -63,21 +63,28 @@ public: QXmppConfiguration& configuration(); - void addFeatures(const QStringList &features); - signals: + /// This signal is emitted when an error is encountered. void error(QXmppClient::Error); /// This signal is emitted when an element is received. void elementReceived(const QDomElement &element, bool &handled); + + /// This signal is emitted when a presence is received. void presenceReceived(const QXmppPresence&); + + /// This signal is emitted when a message is received. void messageReceived(const QXmppMessage&); + + /// This signal is emitted when an IQ is received. void iqReceived(const QXmppIq&); + /// \cond // XEP-0009: Jabber-RPC void rpcCallInvoke(const QXmppRpcInvokeIq &invoke); void rpcCallResponse(const QXmppRpcResponseIq& result); void rpcCallError(const QXmppRpcErrorIq &err); + /// \endcond protected: /// \cond -- cgit v1.2.3