Uses of Class
org.jivesoftware.smack.roster.Roster
-
Packages that use Roster Package Description org.jivesoftware.smack.roster Smacks API for Rosters.org.jivesoftware.smackx.xroster This extension is used to send rosters, roster groups and roster entries from one XMPP Entity to another.org.jivesoftware.smackx.xroster.packet TODO describe me. -
-
Uses of Roster in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return Roster Modifier and Type Method Description static RosterRoster. getInstanceFor(XMPPConnection connection)Returns the roster for the user.Methods in org.jivesoftware.smack.roster with parameters of type Roster Modifier and Type Method Description static voidRosterUtil. askForSubscriptionIfRequired(Roster roster, BareJid jid)static voidRosterUtil. ensureNotSubscribed(Roster roster, BareJid jid)voidRosterLoadedListener. onRosterLoaded(Roster roster)Called when the Roster was loaded successfully.static voidRosterUtil. preApproveSubscriptionIfRequiredAndPossible(Roster roster, BareJid jid)Pre-approve the subscription if it is required and possible.static voidRosterUtil. waitUntilOtherEntityIsSubscribed(Roster roster, BareJid otherEntity, long timeoutMillis)static voidRosterUtil. waitUntilOtherEntityIsSubscribed(Roster roster, BareJid otherEntity, Date deadline) -
Uses of Roster in org.jivesoftware.smackx.xroster
Methods in org.jivesoftware.smackx.xroster with parameters of type Roster Modifier and Type Method Description voidRosterExchangeManager. send(Roster roster, Jid targetUserID)Sends a roster to userID. -
Uses of Roster in org.jivesoftware.smackx.xroster.packet
Constructors in org.jivesoftware.smackx.xroster.packet with parameters of type Roster Constructor Description RosterExchange(Roster roster)Creates a new roster exchange package with the entries specified in roster.
-