ColdFusion 9.0 Resources |
removeBuddyDescriptionRemoves an ID from a group in the buddy list for the gateway and tells the IM server not to send the gateway messages with the buddy’s online presence state. See alsoaddBuddy, getBuddyInfo, getBuddyList, removeDeny, removePermit, Using the GatewayHelper object in the Developing ColdFusion Applications Parameters
UsageIf the user is in multiple groups in your buddy list, you remove the buddy separately from each group. The IM server does not stop sending status updates until you remove the name from all groups. ExampleSee GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods. |