public interface NodeInformationProvider
Modifier and Type | Method and Description |
---|---|
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. |
List<PacketExtension> |
getNodePacketExtensions()
Returns a list of the packet extensions defined in the node.
|
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()
List<PacketExtension> getNodePacketExtensions()