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