|
QXmpp Version: 1.15.1
|
Public Member Functions | |
| virtual bool | handlePubSubEvent (const QDomElement &element, const QString &pubSubService, const QString &nodeName)=0 |
Interface for handling XEP-0060: Publish-Subscribe (PubSub) events.
|
pure virtual |
Handles the PubSub event.
| element | QDomElement of the <message/> stanza |
| pubSubService | JID of the PubSub service (if the message's 'from' attribute is empty then the user's bare JID is used here since QXmpp 1.13) |
| nodeName | Name of the PubSub node on the service |
Implemented in QXmppMucManagerV2.