ColdFusion 9.0 Resources |
addDenyDescriptionTells the IM server to add the specified user to the deny list for the gateway’s user ID. If the gateway’s permit mode value is DENY_SOME, the specified user cannot receive messages on the gateway’s presence state. See alsoaddPermit, getDenyList, getPermitList, getPermitMode, removeDeny, removePermit, setPermitMode, Using the GatewayHelper object in the Developing ColdFusion Applications Parameters
ReturnsTrue if the ID was added to the deny list; False, otherwise. Note: If the XMPP server does not support permission
management, this function always returns False
ExampleSee GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods. |