Interface PepListener


  • public interface PepListener
    A listener that is fired anytime a PEP event message is received.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • eventReceived

        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.
        Parameters:
        from - the user that sent the entries.
        event - the event contained in the message.
        message - the message stanza containing the PEP event.