public interface DiscoItemsProvider
The items to provide must have a JID attribute specifying the JID of the item and may possess a name attribute specifying a natural-language name for the item. The node attribute is optional and must be used only for items that aren't addressable as a JID.
Iterator<DiscoItem> getItems(String name, String node, org.xmpp.packet.JID senderJID)
name
- the recipient JID's name.node
- the requested disco node.senderJID
- the XMPPAddress of user that sent the disco items request.Copyright © 2003-2008 Jive Software.