QXmpp Version: 1.10.4
 
Loading...
Searching...
No Matches
QXmppPubSubEventHandler Class Referenceabstract
Inheritance diagram for QXmppPubSubEventHandler:
QXmppMixManager QXmppOmemoManager QXmppUserLocationManager QXmppUserTuneManager

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()

virtual bool 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: