Uses of Class
org.xmpp.packet.Roster.Item
-
Packages that use Roster.Item Package Description org.xmpp.packet -
-
Uses of Roster.Item in org.xmpp.packet
Methods in org.xmpp.packet that return Roster.Item Modifier and Type Method Description Roster.ItemRoster. addItem(String jid, Roster.Subscription subscription)Adds a new item to the roster.Roster.ItemRoster. addItem(JID jid, String name, Roster.Ask ask, Roster.Subscription subscription, Collection<String> groups)Adds a new item to the roster.Roster.ItemRoster. addItem(JID jid, Roster.Subscription subscription)Adds a new item to the roster.Methods in org.xmpp.packet that return types with arguments of type Roster.Item Modifier and Type Method Description Collection<Roster.Item>Roster. getItems()Returns an unmodifiable copy of theItemsin the roster packet.
-