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 voidPepListener. 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 EventElementEventElement. 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 booleanEventItemsExtensionFilter. 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 EventElementEventProvider. 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)
-