Uses of Interface
rocks.xmpp.extensions.disco.model.items.Item
-
Packages that use Item Package Description rocks.xmpp.extensions.disco Provides classes for XEP-0030: Service Discovery.rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items).rocks.xmpp.extensions.langtrans Provides classes for XEP-0171: Language Translation.rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.pubsub Provides classes for XEP-0060: Publish-Subscribe. -
-
Uses of Item in rocks.xmpp.extensions.disco
Methods in rocks.xmpp.extensions.disco that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>
AbstractServiceDiscoveryManager. discoverServices(Jid jid, String feature)
AsyncResult<List<Item>>
AbstractServiceDiscoveryManager. discoverServices(Jid jid, Identity identity)
AsyncResult<List<Item>>
ServiceDiscoveryManager. discoverServices(Jid jid, String feature)
Discovers a service on the given entity by its feature namespace.AsyncResult<List<Item>>
ServiceDiscoveryManager. discoverServices(Jid jid, Identity identity)
Discovers a service on the given entity by its identity. -
Uses of Item in rocks.xmpp.extensions.disco.model.items
Subinterfaces of Item in rocks.xmpp.extensions.disco.model.items Modifier and Type Interface Description interface
DiscoverableItem
A Service Discovery item which has an id, in order to provide a limited result set.Classes in rocks.xmpp.extensions.disco.model.items that implement Item Modifier and Type Class Description class
ItemElement
The implementation of the<item/>
element in thehttp://jabber.org/protocol/disco#item
namespace, used for item discovery.Methods in rocks.xmpp.extensions.disco.model.items that return types with arguments of type Item Modifier and Type Method Description List<Item>
ItemDiscovery. getItems()
List<Item>
ItemNode. getItems()
Gets the items.Methods in rocks.xmpp.extensions.disco.model.items with parameters of type Item Modifier and Type Method Description static DiscoverableItem
DiscoverableItem. from(Item item, String id)
Creates an anonymous instance of this interface from anItem
and a result item id.Constructors in rocks.xmpp.extensions.disco.model.items with parameters of type Item Constructor Description ItemElement(Item item)
Constructor parameters in rocks.xmpp.extensions.disco.model.items with type arguments of type Item Constructor Description ItemDiscovery(String node, Collection<? extends Item> items, ResultSetManagement resultSetManagement)
Creates an item discovery element with a node attribute and result set management.ItemDiscovery(String node, Collection<Item> items)
Creates an item discovery element with a node attribute.ItemDiscovery(Collection<Item> items)
Creates an item discovery element with nodes.ItemDiscovery(Collection<Item> items, ResultSetManagement resultSetManagement)
Creates an item discovery element with nodes and result set management. -
Uses of Item in rocks.xmpp.extensions.langtrans
Methods in rocks.xmpp.extensions.langtrans that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>
LanguageTranslationManager. discoverTranslationProviders()
Discovers the language provider on the connected server. -
Uses of Item in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>
MultiUserChatManager. discoverEnteredRooms(Jid contact)
Discovers the rooms, where a contact is in. -
Uses of Item in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>
PubSubNode. discoverItems()
Discovers the items for this node.
-