Uses of Class
org.jivesoftware.smackx.pubsub.EventElement
Packages that use EventElement
Package
Description
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smack's API for XEP-0060: Publish-Subscribe.
Filters for Publish-Subscribe (XEP-60).
Providers for Publish-Subscribe (XEP-60).
-
Uses of EventElement in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep with parameters of type EventElementModifier and TypeMethodDescriptionvoidPepListener.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 -
Uses of EventElement in org.jivesoftware.smackx.pubsub.filter
Subclasses with type arguments of type EventElement in org.jivesoftware.smackx.pubsub.filterMethods in org.jivesoftware.smackx.pubsub.filter with parameters of type EventElementModifier and TypeMethodDescriptionbooleanEventItemsExtensionFilter.accept(EventElement eventElement) -
Uses of EventElement in org.jivesoftware.smackx.pubsub.provider
Subclasses with type arguments of type EventElement in org.jivesoftware.smackx.pubsub.providerModifier and TypeClassDescriptionclassParses the event element out of the message stanza from the server as specified in the event schema.Methods in org.jivesoftware.smackx.pubsub.provider that return EventElementModifier and TypeMethodDescriptionprotected EventElementEventProvider.createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attMap, List<? extends XmlElement> content)