#include <disconodehandler.h>
Inherited by Adhoc, Capabilities, and MUCRoom [private].
Inheritance diagram for DiscoNodeHandler:

Public Member Functions | |
| virtual | ~DiscoNodeHandler () |
| virtual StringList | handleDiscoNodeFeatures (const JID &from, const std::string &node)=0 |
| virtual Disco::IdentityList | handleDiscoNodeIdentities (const JID &from, const std::string &node)=0 |
| virtual Disco::ItemList | handleDiscoNodeItems (const JID &from, const std::string &node=EmptyString)=0 |
Incoming disco#info and disco#items queries are delegated to their respective handlers.
Definition at line 35 of file disconodehandler.h.
|
|
Virtual Destructor. Definition at line 41 of file disconodehandler.h. |
|
||||||||||||
|
In addition to
Implemented in Adhoc, Capabilities, and MUCRoom. |
|
||||||||||||
|
In addition to
Implemented in Adhoc, Capabilities, and MUCRoom. |
|
||||||||||||
|
This function is used to gather more information on a specific node. It is called when a disco#items query arrives with a node attribute that matches the one registered for this handler. If node is empty, items for the root node (no node) shall be returned.
Implemented in Adhoc, Capabilities, and MUCRoom. |
1.4.1