diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-09 16:23:27 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-09 16:23:27 +0000 |
| commit | 77b2bcf6d301dad5aaa359093b5fd3563f208b73 (patch) | |
| tree | 4ae1e108e827d26b25f6efe0b2fd499cdba11793 /src | |
| parent | 22625c9132e6716557439289a5795122ca51baa8 (diff) | |
| download | qxmpp-77b2bcf6d301dad5aaa359093b5fd3563f208b73.tar.gz | |
document QXmppClientExtension::handleStanza
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppClientExtension.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/QXmppClientExtension.h b/src/QXmppClientExtension.h index c2051787..42da8ef4 100644 --- a/src/QXmppClientExtension.h +++ b/src/QXmppClientExtension.h @@ -46,6 +46,11 @@ public: virtual ~QXmppClientExtension(); virtual QStringList discoveryFeatures() const; + + /// \brief Handles the incoming XMPP \a stanza. + /// + /// Returns true if the stanza was handled and no further processing + /// should occur, or false otherwise. virtual bool handleStanza(const QDomElement &stanza) = 0; protected: |
