Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Packages that use DiscoverItems.Item Package Description org.jivesoftware.smackx.disco Smacks implementation of XEP-0030: Service Discovery.org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.offline Smacks implementation of XEP-0013: Flexible Offline Message Retrieval. -
-
Uses of DiscoverItems.Item in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return types with arguments of type DiscoverItems.Item Modifier and Type Method Description java.util.List<DiscoverItems.Item>
AbstractNodeInformationProvider. getNodeItems()
java.util.List<DiscoverItems.Item>
NodeInformationProvider. getNodeItems()
Returns a list of the ItemsDiscoverItems.Item
defined in the node. -
Uses of DiscoverItems.Item in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet that return types with arguments of type DiscoverItems.Item Modifier and Type Method Description java.util.List<DiscoverItems.Item>
DiscoverItems. getItems()
Returns the discovered items of the queried XMPP entity.Methods in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverItems.Item Modifier and Type Method Description void
DiscoverItems. addItem(DiscoverItems.Item item)
Adds a new item to the discovered information.Method parameters in org.jivesoftware.smackx.disco.packet with type arguments of type DiscoverItems.Item Modifier and Type Method Description void
DiscoverItems. addItems(java.util.Collection<DiscoverItems.Item> itemsToAdd)
Adds a collection of items to the discovered information. -
Uses of DiscoverItems.Item in org.jivesoftware.smackx.muc
Constructors in org.jivesoftware.smackx.muc with parameters of type DiscoverItems.Item Constructor Description HostedRoom(DiscoverItems.Item item)
-
Uses of DiscoverItems.Item in org.jivesoftware.smackx.offline
Constructors in org.jivesoftware.smackx.offline with parameters of type DiscoverItems.Item Constructor Description OfflineMessageHeader(DiscoverItems.Item item)
-