Uses of Class
org.jivesoftware.openfire.disco.DiscoItem
-
Packages that use DiscoItem 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). -
-
Uses of DiscoItem in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>AdHocCommandHandler. getItems(String name, String node, org.xmpp.packet.JID senderJID) -
Uses of DiscoItem in org.jivesoftware.openfire.disco
Subclasses of DiscoItem in org.jivesoftware.openfire.disco Modifier and Type Class Description classDiscoServerItemRepresent a DiscoItem provided by the server.Methods in org.jivesoftware.openfire.disco that return types with arguments of type DiscoItem Modifier and Type Method 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. -
Uses of DiscoItem in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>FileTransferProxy. getItems(String name, String node, org.xmpp.packet.JID senderJID) -
Uses of DiscoItem in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>IQOfflineMessagesHandler. getItems(String name, String node, org.xmpp.packet.JID senderJID) -
Uses of DiscoItem in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>MediaProxyService. getItems(String name, String node, org.xmpp.packet.JID senderJID) -
Uses of DiscoItem in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>MultiUserChatServiceImpl. getItems(String name, String node, org.xmpp.packet.JID senderJID) -
Uses of DiscoItem in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type DiscoItem Modifier and Type Method Description Iterator<DiscoItem>PubSubModule. getItems(String name, String node, org.xmpp.packet.JID senderJID)
-