Uses of Class
org.xmpp.packet.Roster.Item

Packages that use Roster.Item
org.xmpp.packet   
 

Uses of Roster.Item in org.xmpp.packet
 

Methods in org.xmpp.packet that return Roster.Item
 Roster.Item Roster.addItem(JID jid, Roster.Subscription subscription)
          Adds a new item to the roster.
 Roster.Item Roster.addItem(JID jid, java.lang.String name, Roster.Ask ask, Roster.Subscription subscription, java.util.Collection<java.lang.String> groups)
          Adds a new item to the roster.
 Roster.Item Roster.addItem(java.lang.String 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
 java.util.Collection<Roster.Item> Roster.getItems()
          Returns an unmodifiable copy of the Items in the roster packet.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.