|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeInformationProvider
The NodeInformationProvider is responsible for providing supported indentities, features and hosted items (i.e. DiscoverItems.Item) about a given node. This information will be requested each time this XMPPP client receives a disco info or items requests on the given node. each time this XMPPP client receives a disco info or items requests on the given node.
Method Summary | |
---|---|
List<String> |
getNodeFeatures()
Returns a list of the features defined in the node. |
List<DiscoverInfo.Identity> |
getNodeIdentities()
Returns a list of the indentites defined in the node. |
List<DiscoverItems.Item> |
getNodeItems()
Returns a list of the Items DiscoverItems.Item
defined in the node. |
Method Detail |
---|
List<DiscoverItems.Item> getNodeItems()
DiscoverItems.Item
defined in the node. For example, the MUC protocol specifies that an XMPP client should
answer an Item for each joined room when asked for the rooms where the use has joined.
List<String> getNodeFeatures()
List<DiscoverInfo.Identity> getNodeIdentities()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |