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