Uses of Class
org.jivesoftware.smackx.xroster.RemoteRosterEntry
Packages that use RemoteRosterEntry
Package
Description
This extension is used to send rosters, roster groups and roster entries from one XMPP Entity to another.
TODO describe me.
-
Uses of RemoteRosterEntry in org.jivesoftware.smackx.xroster
Method parameters in org.jivesoftware.smackx.xroster with type arguments of type RemoteRosterEntryModifier and TypeMethodDescriptionvoid
RosterExchangeListener.entriesReceived
(Jid from, Iterator<RemoteRosterEntry> remoteRosterEntries) Called when roster entries are received as part of a roster exchange. -
Uses of RemoteRosterEntry in org.jivesoftware.smackx.xroster.packet
Methods in org.jivesoftware.smackx.xroster.packet that return types with arguments of type RemoteRosterEntryModifier and TypeMethodDescriptionRosterExchange.getRosterEntries()
Returns an Iterator for the roster entries in the packet.Methods in org.jivesoftware.smackx.xroster.packet with parameters of type RemoteRosterEntryModifier and TypeMethodDescriptionvoid
RosterExchange.addRosterEntry
(RemoteRosterEntry remoteRosterEntry) Adds a remote roster entry to the packet.