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

Packages that use Roster.Subscription
org.xmpp.packet   
 

Uses of Roster.Subscription in org.xmpp.packet
 

Methods in org.xmpp.packet that return Roster.Subscription
 Roster.Subscription Roster.Item.getSubscription()
          Returns the subscription state of this item.
static Roster.Subscription Roster.Subscription.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Roster.Subscription[] Roster.Subscription.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.xmpp.packet with parameters of type Roster.Subscription
 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.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.