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 TODO describe me.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 Roster
Roster. 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 void
RosterUtil. askForSubscriptionIfRequired(Roster roster, BareJid jid)
static void
RosterUtil. ensureNotSubscribed(Roster roster, BareJid jid)
void
RosterLoadedListener. onRosterLoaded(Roster roster)
Called when the Roster was loaded successfully.static void
RosterUtil. preApproveSubscriptionIfRequiredAndPossible(Roster roster, BareJid jid)
Pre-approve the subscription if it is required and possible.static void
RosterUtil. waitUntilOtherEntityIsSubscribed(Roster roster, BareJid otherEntity, long timeoutMillis)
static void
RosterUtil. waitUntilOtherEntityIsSubscribed(Roster roster, BareJid otherEntity, java.util.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 void
RosterExchangeManager. 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.
-