Uses of Class
org.jivesoftware.smack.roster.RosterGroup
-
Packages that use RosterGroup Package Description org.jivesoftware.smack.roster Smacks API for Rosters.org.jivesoftware.smackx.xroster TODO describe me. -
-
Uses of RosterGroup in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return RosterGroup Modifier and Type Method Description RosterGroupRoster. createGroup(String name)Creates a new group.RosterGroupRoster. getGroup(String name)Returns the roster group with the specified name, ornullif the group doesn't exist.Methods in org.jivesoftware.smack.roster that return types with arguments of type RosterGroup Modifier and Type Method Description Collection<RosterGroup>Roster. getGroups()Returns an unmodifiable collections of all the roster groups.List<RosterGroup>RosterEntry. getGroups()Returns an copied list of the roster groups that this entry belongs to. -
Uses of RosterGroup in org.jivesoftware.smackx.xroster
Methods in org.jivesoftware.smackx.xroster with parameters of type RosterGroup Modifier and Type Method Description voidRosterExchangeManager. send(RosterGroup rosterGroup, Jid targetUserID)Sends a roster group to userID.
-