diff options
Diffstat (limited to 'src/client/QXmppPubSubManager.cpp')
| -rw-r--r-- | src/client/QXmppPubSubManager.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/QXmppPubSubManager.cpp b/src/client/QXmppPubSubManager.cpp index b1f6edf8..a9697812 100644 --- a/src/client/QXmppPubSubManager.cpp +++ b/src/client/QXmppPubSubManager.cpp @@ -22,6 +22,25 @@ using namespace QXmpp::Private; /// +/// \class QXmppPubSubEventHandler +/// +/// Interface for handling \xep{0060, Publish-Subscribe} (PubSub) events. +/// +/// \since QXmpp 1.5 +/// + +/// +/// \fn QXmppPubSubEventHandler::handlePubSubEvent() +/// +/// Handles the PubSub event. +/// +/// \param element QDomElement of the <message/> stanza +/// \param pubSubService JID of the PubSub service +/// \param nodeName Name of the PubSub node on the service +/// \returns Whether the event has been handled and should not be handled by other event handlers. +/// + +/// /// \class QXmppPubSubManager /// /// \brief The QXmppPubSubManager aims to provide publish-subscribe |
