org.jivesoftware.smackx
Interface NodeInformationProvider
- public interface NodeInformationProvider
The NodeInformationProvider is responsible for providing information (i.e. DiscoverItems.Item)
about a given node. This information will be requested each time this XMPPP client receives a
disco items requests on the given node.
- Author:
- Gaston Dombiak
getNodeItems
public Iterator getNodeItems()
- Returns an Iterator on the Items
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.
- Returns:
- an Iterator on the Items defined in the node.
Copyright © 2003 Jive Software.