| Package | Description |
|---|---|
| org.jivesoftware.openfire.commands |
Ad-Hoc Commands implementation (XEP-0050).
|
| org.jivesoftware.openfire.disco |
Service discovery implementation (XEP-0030).
|
| org.jivesoftware.openfire.filetransfer.proxy | |
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| org.jivesoftware.openfire.mediaproxy | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
AdHocCommandHandler.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoServerItem
Represent a DiscoItem provided by the server.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
DiscoItemsProvider.getItems(String name,
String node,
org.xmpp.packet.JID senderJID)
Returns an Iterator (of DiscoItem) with the target entity's items or null if none.
|
List<DiscoItem> |
IQDiscoItemsHandler.getServerItems()
Returns all server items.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
FileTransferProxy.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
IQOfflineMessagesHandler.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
MediaProxyService.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
MultiUserChatServiceImpl.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DiscoItem> |
PubSubModule.getItems(String name,
String node,
org.xmpp.packet.JID senderJID) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.