Whatever message this page gives is out now! Go check it out!
array = getBuddyInfo(name) |
| Parameter | Description |
name | The unique instant messaging user name for the person about whom you want to get information. |
| Field | Description |
BUDDYNAME | The user's unique ID. |
BUDDYGROUP | The group to which the user belongs. |
BUDDYNICKNAME | The nickname that you have assigned to the user. |
BUDDYPROTOCOL | The instant messaging protocol. JABBER (for XMPP) or SAMETIME, or an empty string (if the server did not return a value). |
BUDDYSTATUS | The user's presence state, can by any of the following:
|
BUDDYSIGNONTIME | The date and time when the user signed onto the IM server. Empty if the user is not currently signed on. Always an empty string for XMPP and Sametime. |
BUDDYSTATUSTIME | The date and time when the user's status most recently changed. |
BUDDYCUSTOMAWAYMESSAGE | The custom away message that the user has set to explain the current status, if any. |
BUDDYOWNER | A string representing the client and protocol associated with this ID, in the format client@protocol. |
BUDDYLISTTIYPE | The type of list that this buddy record is in; one of the following:
|
BUDDYIDLETIME | If the buddy status is IDLE, how long the buddy has been idle. Always 0 for XMPP or SameTime. |
BUDDYISMOBILE | True or False, indicating whether the user is on a mobile device. Always False for XMPP or SameTime. |
BUDDYWARNINGPERCENT | The user's warning percentage value. Always 0 for XMPP or SameTime. |