Adobe ColdFusion 8

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 the ColdFusion 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 the ColdFusion Developer's Guide, which uses all GatewayHelper class methods.