ColdFusion 9.0 Resources |
getPermitModeDescriptionGets the gateway’s permit mode from 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, removeDeny, removePermit, setPermitMode, Using the GatewayHelper object in the Developing ColdFusion Applications ReturnsThe gateway’s permit mode; one of the following values:
Note: If the XMPP server does
not support permission management, this function always returns
PERMIT_ALL.
ExampleSee GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods. |