org.jivesoftware.openfire.disco |
Service discovery implementation (JEP-0030).
|
Java Source File Name | Type | Comment |
DiscoInfoProvider.java | Interface | A DiscoInfoProvider is responsible for providing information about a JID's name and its node. |
DiscoItem.java | Class | An item is associated with an XMPP Entity, usually thought of a children of
the parent entity and normally are addressable as a JID.
An item associated with an entity may not be addressable as a JID. |
DiscoItemsProvider.java | Interface | A DiscoItemsProvider is responsible for providing the items associated with a JID's name and
node. |
DiscoServerItem.java | Class | Represent a DiscoItem provided by the server. |
IQDiscoInfoHandler.java | Class | IQDiscoInfoHandler is responsible for handling disco#info requests. |
IQDiscoItemsHandler.java | Class | IQDiscoItemsHandler is responsible for handling disco#items requests. |
ServerFeaturesProvider.java | Interface | ServerFeaturesProviders are responsible for providing the features offered and supported
protocols by the SERVER. |
ServerIdentitiesProvider.java | Interface |
A ServerIdentitiesProvider is responsible for providing the identities
of protocols supported by the SERVER. |
ServerItemsProvider.java | Interface | ServerItemsProvider are responsible for providing the items associated with the SERVER. |
UserIdentitiesProvider.java | Interface |
A UserIdentitiesProvider is responsible for providing the identities
of protocols supported by users. |
UserItemsProvider.java | Interface |
A UserItemsProvider is responsible for providing the items associated with a user
that are to be discovered during a disco#items query sent to the user. |