|
| virtual bool | handlePubSubEvent (const QDomElement &element, const QString &pubSubService, const QString &nodeName)=0 |
| |
Interface for handling XEP-0060: Publish-Subscribe (PubSub) events.
- Since
- QXmpp 1.5
◆ handlePubSubEvent()
| QXmppPubSubEventHandler::handlePubSubEvent |
( |
const QDomElement & |
element, |
|
|
const QString & |
pubSubService, |
|
|
const QString & |
nodeName |
|
) |
| |
|
pure virtual |
Handles the PubSub event.
- Parameters
-
| element | QDomElement of the <message/> stanza |
| pubSubService | JID of the PubSub service |
| 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.
The documentation for this class was generated from the following files: