Uses of Class
org.jivesoftware.openfire.pep.PEPService
Packages that use PEPService
Package
Description
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of PEPService in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return PEPServiceModifier and TypeMethodDescriptionPEPServiceManager.create(org.xmpp.packet.JID owner) PEPServiceManager.getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier) Retrieves a PEP service -- attempting first from memory, then from the database.PEPServiceManager.getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier, boolean autoCreate) Retrieves a PEP service -- attempting first from memory, then from the database.PEPServiceManager.getPEPService(org.xmpp.packet.JID jid) Retrieves a PEP service -- attempting first from memory, then from the database.PEPServiceManager.getPEPService(org.xmpp.packet.JID jid, boolean autoCreate) Retrieves a PEP service -- attempting first from memory, then from the database.Methods in org.jivesoftware.openfire.pep with parameters of type PEPServiceModifier and TypeMethodDescriptionvoidIQPEPHandler.addSubscriptionForRosterItems(PEPService pepService) Populates the PEPService instance with subscriptions.Future<?>PEPServiceManager.process(PEPService service, org.xmpp.packet.IQ iq) voidPEPServiceManager.start(PEPService pepService) -
Uses of PEPService in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return PEPServiceModifier and TypeMethodDescriptionCachingPubsubPersistenceProvider.loadPEPServiceFromDB(org.xmpp.packet.JID jid) DefaultPubSubPersistenceProvider.loadPEPServiceFromDB(org.xmpp.packet.JID jid) InMemoryPubSubPersistenceProvider.loadPEPServiceFromDB(org.xmpp.packet.JID jid) PubSubPersistenceProvider.loadPEPServiceFromDB(org.xmpp.packet.JID jid) Loads a PEP service from the database, if it exists.