|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DummyConnection.getRoster()
|
Roster |
XMPPConnection.getRoster()
|
abstract Roster |
Connection.getRoster()
Returns the roster for the user. |
| Methods in org.jivesoftware.smack with parameters of type Roster | |
|---|---|
static void |
RosterTest.initRoster(DummyConnection connection,
Roster roster)
Initialize the roster according to the example in RFC3921: Retrieving One's Roster on Login. |
static void |
RosterTest.removeAllRosterEntries(DummyConnection connection,
Roster roster)
Remove all roster entries by iterating trough getEntries()
and simulating receiving roster pushes from the server. |
| Uses of Roster in org.jivesoftware.smackx |
|---|
| Methods in org.jivesoftware.smackx with parameters of type Roster | |
|---|---|
void |
RosterExchangeManager.send(Roster roster,
java.lang.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||