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