Uses of Class
org.jivesoftware.smackx.pubsub.EventElement
-
Packages that use EventElement 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.filter Filters for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60). -
-
Uses of EventElement in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep with parameters of type EventElement Modifier and Type Method 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. -
Uses of EventElement in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return EventElement Modifier and Type Method Description static EventElement
EventElement. from(Stanza stanza)
-
Uses of EventElement in org.jivesoftware.smackx.pubsub.filter
Methods in org.jivesoftware.smackx.pubsub.filter with parameters of type EventElement Modifier and Type Method Description boolean
EventItemsExtensionFilter. accept(EventElement eventElement)
-
Uses of EventElement in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return EventElement Modifier and Type Method Description protected EventElement
EventProvider. createReturnExtension(java.lang.String currentElement, java.lang.String currentNamespace, java.util.Map<java.lang.String,java.lang.String> attMap, java.util.List<? extends ExtensionElement> content)
-