ColdFusion 9.0 Resources |
setPermitModeDescriptionSets 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. See alsoaddDeny, addPermit, getDenyList, getPermitList, getPermitMode, removeDeny, removePermit, Using the GatewayHelper object in the Developing ColdFusion Applications Parameters
ReturnsTrue 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.
ExampleSee GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods. |