Uses of Interface
org.jivesoftware.openfire.disco.ServerIdentitiesProvider
-
Packages that use ServerIdentitiesProvider Package Description org.jivesoftware.openfire org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163). -
-
Uses of ServerIdentitiesProvider in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type ServerIdentitiesProvider Modifier and Type Method Description List<ServerIdentitiesProvider>XMPPServer. getServerIdentitiesProviders()Deprecated.UseIQDiscoInfoHandlerinstead. -
Uses of ServerIdentitiesProvider in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type ServerIdentitiesProvider Modifier and Type Method Description voidIQDiscoInfoHandler. addServerIdentitiesProvider(ServerIdentitiesProvider provider)Adds the "discoverable" identities provided by the provider whenever a disco for info is made against the server.voidIQDiscoInfoHandler. removeServerIdentitiesProvider(ServerIdentitiesProvider provider)Removes this provider of identities. -
Uses of ServerIdentitiesProvider in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement ServerIdentitiesProvider Modifier and Type Class Description classIQPEPHandlerAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0
-