Package | Description |
---|---|
org.jivesoftware.smackx.pep |
Smacks implementation XEP-0163: Personal Eventing Protocol.
|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
org.jivesoftware.smackx.pubsub.provider |
Providers for Publish-Subscribe (XEP-60).
|
Modifier and Type | Method and Description |
---|---|
void |
PEPListener.eventReceived(EntityBareJid from,
EventElement event,
Message message)
Called when PEP events are received as part of a presence subscribe or message filter.
|
Modifier and Type | Method and Description |
---|---|
static EventElement |
EventElement.from(Stanza stanza) |
Modifier and Type | Method and Description |
---|---|
protected EventElement |
EventProvider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attMap,
List<? extends ExtensionElement> content) |