Interface RosterExchangeListener

    • Method Detail

      • entriesReceived

        void entriesReceived​(Jid from,
                             java.util.Iterator<RemoteRosterEntry> remoteRosterEntries)
        Called when roster entries are received as part of a roster exchange.
        Parameters:
        from - the user that sent the entries.
        remoteRosterEntries - the entries sent by the user. The entries are instances of RemoteRosterEntry.