ColdFusion 9.0 Resources |
addPermitDescriptionTells the IM server to add the specified user to the permit list for the gateway’s user ID. If the gateway’s permit mode is PERMIT_SOME, the specified user receive messages on the gateway’s presence state. See alsoaddDeny, getDenyList, getPermitList, getPermitMode, removeDeny, removePermit, setPermitMode, Using the GatewayHelper object in the Developing ColdFusion Applications Parameters
ReturnsTrue if the ID was added to the permit 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. |