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

Packages that use Roster.Ask
org.xmpp.packet   
 

Uses of Roster.Ask in org.xmpp.packet
 

Methods in org.xmpp.packet that return Roster.Ask
 Roster.Ask Roster.Item.getAsk()
          Returns the ask state of this item.
static Roster.Ask Roster.Ask.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Roster.Ask[] Roster.Ask.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.Ask
 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.
 



Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.