getProtocolName

Description

Gets the name of the gateway’s instant messaging protocol.

Syntax

string = getProtocolName()

See also

getName, getNickName, numberOfMessagesReceived, numberOfMessagesSent, setNickName, Using the GatewayHelper object in Using the Instant Messaging Event Gateways in ColdFusion MX Developer’s Guide

Returns

The gateway’s protocol, as determined by the gateway type; one of the following values:

Example

See GatewayHelper example, in Using the Instant Messaging Event Gateways in ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.