ColdFusion 9.0 Resources |
removePermitDescriptionRemoves an ID from a group in the permit list for the gateway. If the gateway’s permit mode is PERMIT_SOME, the specified user cannot receive messages on the gateway's presence state. See alsoaddDeny, addPermit, getDenyList, getPermitList, getPermitMode, removeBuddy, removeDeny, setPermitMode, Using the GatewayHelper object in the Developing ColdFusion Applications Parameters
ReturnsTrue if the ID was removed from the group; False, otherwise. Note: If the XMPP server does not support permission
management, this function always returns False.
UsageIf the user is in multiple groups in your permit list, you remove the user separately from each group. However, the IM server stops sending status updates when you remove the user from the first group. ExampleSee GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods. |