User Guide
IM Gateway GatewayHelper class methods 1039
setNickName
Description
Sets the gateway’s nickname (display name).
Syntax
Boolean = setNickName(name)
See also
getName
, getNickName, getProtocolName, numberOfMessagesReceived,
numberOfMessagesSent, “Using the GatewayHelper object” in Chapter 43, “Using the Instant
Messaging Event Gateways” in ColdFusion MX Developer’s Guide
Parameters
Returns
True if the nickname got set; false, otherwise.
Example
See “GatewayHelper example”, in Chapter 43, “Using the Instant Messaging Event Gateways” in
ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.
Parameter Description
name The display name that you want to associate with this gateway. This name is not
guaranteed to be unique for the protocol.