| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.jabber.msg |
| Modifier and Type | Method and Description |
|---|---|
void |
JabberRosterService.addToRoster(RosterItem item,
boolean wait)
adds a roster item to the list stored on the server.
|
void |
JabberRosterService.removeFromRoster(RosterItem item,
boolean wait)
removes a specific item from the roster
|
| Modifier and Type | Method and Description |
|---|---|
static RosterItem |
RosterItem.createRosterItem(Element rosterElem)
used to create a roster item into an object by parsing the elements passed in as the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RosterIQMessage.addRosterItem(RosterItem item)
adds a roster item to the current roster message.
|
void |
RosterXMessage.addRosterItem(RosterItem item)
adds a roster item to the current roster message.
|
Copyright © 2001-2005 Echomine. All Rights Reserved.