public interface UserItemsProvider
A UserItemsProvider is responsible for providing the items associated with a user
that are to be discovered during a disco#items query sent to the user.
Examples of when a UserItemsProvider is used include:
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.dom4j.Element> |
getUserItems(String name,
org.xmpp.packet.JID senderJID)
Returns an Iterator (of Element) with the target entity's items or null if none.
|
Iterator<org.dom4j.Element> getUserItems(String name, org.xmpp.packet.JID senderJID)
name - the recipient JID's name.senderJID - the XMPPAddress of user that sent the disco items request.Copyright © 2003–2019 Ignite Realtime. All rights reserved.