User Guide
1030 Chapter 6: ColdFusion MX Event Gateway Reference
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 Chapter 43, “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:
• JABBER (for XMPP)
• SAMETIME
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.