getProtocolName

Description

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

Syntax

string = getProtocolName()

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 Developing ColdFusion Applications, which uses all GatewayHelper class methods.