User Guide

1022 Chapter 6: ColdFusion MX Event Gateway Reference
Example
See “GatewayHelper example”, in Chapter 43, “Using the Instant Messaging Event Gateways in
ColdFusion MX Developers Guide, which uses all GatewayHelper class methods. For an example of
using this method to get the buddy custom away message, see
onBuddyStatus.
BUDDYCUSTOM
AWAYMESSAGE
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:
BUDDY_LIST The list of users whose presence status information the
gateway can receive.
DENY_LIST The list of users who cannot get presence information
about the gateway ID.
PERMIT_LIST The list of users who can send presence information
messages to the gateway ID.
REVERSE_LIST The list of users who do not allow messages to us.
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.
BUDDYWARNING
PERCENT
The user’s warning percentage value. Always 0 for XMPP or SameTime.
Field Description