|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.XMPPBuddy
public class XMPPBuddy
A buddy in the XMPP buddy list.
This type describes a buddy in the user's buddy list. Each buddy in the list has certain properties associated with it, such as names, id, etc.
Group: This is a comma-separated list of the buddy's associated groups.
After the Sync
event has fired, this field will contain a comma-separated
list of groups for the associated Id
. Changing this value will cause
the buddy's group associations to change. Setting it to the empty string
("") will cause the buddy to be completely disassociated from all groups.
Id: This is the jabber id of the buddy.
After a Sync
event is fired, this field will contain
the user id associated with the corresponding entry in
the buddy list. If a buddy has multiple entries (e.g.,
if the buddy is listed in several groups) more than one
entry will be the same.
NickName: The nickname of the buddy, if one exists.
RealName: The real name of the buddy.
Subscription: This is a list of the subscription status for the buddy.
After a Sync
event is fired, this property will contain
all of the types of subscriptions for the buddy. They are defined
as follows:
Atom
,
Atom.XMPPBuddy
Field Summary | |
---|---|
static int |
stBoth
|
static int |
stFrom
|
static int |
stNone
|
static int |
stRemove
|
static int |
stTo
|
Constructor Summary | |
---|---|
XMPPBuddy()
|
Method Summary | |
---|---|
java.lang.String |
getGroup()
|
java.lang.String |
getId()
|
java.lang.String |
getNickName()
|
java.lang.String |
getRealName()
|
int |
getSubscription()
|
void |
setGroup(java.lang.String value)
|
void |
setNickName(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int stNone
public static final int stTo
public static final int stFrom
public static final int stBoth
public static final int stRemove
Constructor Detail |
---|
public XMPPBuddy()
Method Detail |
---|
public java.lang.String getGroup()
public void setGroup(java.lang.String value)
public java.lang.String getId()
public java.lang.String getNickName()
public void setNickName(java.lang.String value)
public java.lang.String getRealName()
public int getSubscription()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |