Uses of Class
org.jivesoftware.openfire.pep.PEPService
-
Packages that use PEPService Package Description org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163). -
-
Uses of PEPService in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return PEPService Modifier and Type Method Description PEPServicePEPServiceManager. create(org.xmpp.packet.JID owner)PEPServicePEPServiceManager. getPEPService(String jid)Retrieves a PEP service -- attempting first from memory, then from the database.PEPServicePEPServiceManager. getPEPService(org.xmpp.packet.JID jid)Retrieves a PEP service -- attempting first from memory, then from the database.Methods in org.jivesoftware.openfire.pep with parameters of type PEPService Modifier and Type Method Description voidPEPServiceManager. process(PEPService service, org.xmpp.packet.IQ iq)voidPEPServiceManager. start(PEPService pepService)voidPEPServiceManager. unload(PEPService service)
-