Uses of Class
org.jivesoftware.smack.packet.RosterPacket.Item

Packages that use RosterPacket.Item
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of RosterPacket.Item in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return types with arguments of type RosterPacket.Item
 java.util.Collection<RosterPacket.Item> RosterPacket.getRosterItems()
          Returns an unmodifiable collection for the roster items in the packet.
 

Methods in org.jivesoftware.smack.packet with parameters of type RosterPacket.Item
 void RosterPacket.addRosterItem(RosterPacket.Item item)
          Adds a roster item to the packet.