Description
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.
Syntax
Boolean = setPermitMode(permitMode) |
See also
addDeny, addPermit, getDenyList, getPermitList, getPermitMode, removeDeny, removePermit, Using the GatewayHelper object in the Developing ColdFusion Applications
Parameters
Parameter |
Description |
---|---|
permitMode |
The permission mode, one of the following:
|
Returns
True if the permit mode was set; False otherwise.
Note: If the XMPP server does not support permission management, this function returns False to all values except PERMIT_ALL.
Example
See GatewayHelper example in Using the GatewayHelper object in the Developing ColdFusion Applications, which uses all GatewayHelper class methods.