Uses of Class
org.jivesoftware.openfire.disco.DiscoServerItem
-
Packages that use DiscoServerItem Package Description org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.filetransfer.proxy 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 DiscoServerItem in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco that return types with arguments of type DiscoServerItem Modifier and Type Method Description Iterator<DiscoServerItem>
ServerItemsProvider. getItems()
Returns an Iterator (of DiscoServerItem) with the items associated with the server or null if none. -
Uses of DiscoServerItem in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy that return types with arguments of type DiscoServerItem Modifier and Type Method Description Iterator<DiscoServerItem>
FileTransferProxy. getItems()
-
Uses of DiscoServerItem in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy that return types with arguments of type DiscoServerItem Modifier and Type Method Description Iterator<DiscoServerItem>
MediaProxyService. getItems()
-
Uses of DiscoServerItem in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type DiscoServerItem Modifier and Type Method Description Iterator<DiscoServerItem>
MultiUserChatServiceImpl. getItems()
-
Uses of DiscoServerItem in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type DiscoServerItem Modifier and Type Method Description Iterator<DiscoServerItem>
PubSubModule. getItems()
-