Smack

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

Method Summary
 Iterator getNodeItems()
          Returns an Iterator on the Items DiscoverItems.Item defined in the node.
 

Method Detail

getNodeItems

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.

Smack

Copyright © 2003 Jive Software.