public interface PEPListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(org.jxmpp.jid.EntityBareJid from,
EventElement event,
org.jivesoftware.smack.packet.Message message)
Called when PEP events are received as part of a presence subscribe or message filter.
|
void eventReceived(org.jxmpp.jid.EntityBareJid from,
EventElement event,
org.jivesoftware.smack.packet.Message message)
from - the user that sent the entries.event - the event contained in the message.message - the message stanza containing the PEP event.