Sets the gateway's permit mode on the IM server. The permit mode determines whether all users can get the gateway's online state information, or whether the server uses a permit list or a deny list to control which users get state information.
Boolean = setPermitMode(permitMode)
addDeny, addPermit, getDenyList, getPermitList, getPermitMode, removeDeny, removePermit, "Using the GatewayHelper object" in the ColdFusion Developer's Guide
Parameter |
Description |
---|---|
permitMode |
The permission mode, one of the following:
|
True if the permit mode was set; False otherwise.
See "GatewayHelper example", in the ColdFusion Developer's Guide, which uses all GatewayHelper class methods.