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.
|
Modifier and Type | Method and Description |
---|---|
List<DiscoverItems.Item> |
NodeInformationProvider.getNodeItems()
Returns a list of the Items
DiscoverItems.Item
defined in the node. |
List<DiscoverItems.Item> |
AbstractNodeInformationProvider.getNodeItems() |
Modifier and Type | Method and Description |
---|---|
List<DiscoverItems.Item> |
DiscoverItems.getItems()
Returns the discovered items of the queried XMPP entity.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverItems.addItem(DiscoverItems.Item item)
Adds a new item to the discovered information.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverItems.addItems(Collection<DiscoverItems.Item> itemsToAdd)
Adds a collection of items to the discovered information.
|
Constructor and Description |
---|
HostedRoom(DiscoverItems.Item item) |
Constructor and Description |
---|
OfflineMessageHeader(DiscoverItems.Item item) |