Uses of Class
org.jivesoftware.smack.Roster

Packages that use Roster
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of Roster in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return Roster
 Roster XMPPConnection.getRoster()
          Returns the roster for the user logged into the server.
 

Uses of Roster in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx with parameters of type Roster
 void RosterExchangeManager.send(Roster roster, String targetUserID)
          Sends a roster to userID.
 

Uses of Roster in org.jivesoftware.smackx.packet
 

Constructors in org.jivesoftware.smackx.packet with parameters of type Roster
RosterExchange(Roster roster)
          Creates a new roster exchange package with the entries specified in roster.
 



Copyright © 2013 LittleShoot. All Rights Reserved.