QXmpp Version: 1.5.6
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QXmppPubSubEventHandler Class Referenceabstract
Inheritance diagram for QXmppPubSubEventHandler:
Inheritance graph
[legend]

Public Member Functions

virtual bool handlePubSubEvent (const QDomElement &element, const QString &pubSubService, const QString &nodeName)=0
 

Detailed Description

Interface for handling XEP-0060: Publish-Subscribe (PubSub) events.

Since
QXmpp 1.5

Member Function Documentation

◆ handlePubSubEvent()

QXmppPubSubEventHandler::handlePubSubEvent ( const QDomElement &  element,
const QString &  pubSubService,
const QString &  nodeName 
)
pure virtual

Handles the PubSub event.

Parameters
elementQDomElement of the <message/> stanza
pubSubServiceJID of the PubSub service
nodeNameName of the PubSub node on the service
Returns
Whether the event has been handled and should not be handled by other event handlers.

The documentation for this class was generated from the following files: