Uses of Interface
org.jivesoftware.openfire.disco.ServerIdentitiesProvider
-
Packages that use ServerIdentitiesProvider Package Description 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.disco
Methods in org.jivesoftware.openfire.disco with parameters of type ServerIdentitiesProvider Modifier and Type Method Description void
IQDiscoInfoHandler. addServerIdentitiesProvider(ServerIdentitiesProvider provider)
Adds the "discoverable" identities provided by the provider whenever a disco for info is made against the server.void
IQDiscoInfoHandler. 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 class
IQPEPHandler
AnIQHandler
used to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0
-