| Package | Description |
|---|---|
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| Modifier and Type | Method and Description |
|---|---|
PEPService |
PEPServiceManager.create(org.xmpp.packet.JID owner) |
PEPService |
PEPServiceManager.getPEPService(org.xmpp.packet.JID jid)
Retrieves a PEP service -- attempting first from memory, then from the
database.
|
PEPService |
PEPServiceManager.getPEPService(String jid)
Retrieves a PEP service -- attempting first from memory, then from the
database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PEPServiceManager.process(PEPService service,
org.xmpp.packet.IQ iq) |
void |
PEPServiceManager.start(PEPService pepService) |
void |
PEPServiceManager.unload(PEPService service) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.