UnsubscribeTo Method
This method will cancel a subscription to another entity's presence.
Object Oriented Interface
public function doUnsubscribeTo($jabberid);
Procedural Interface
ipworks_xmpp_do_unsubscribeto($res, $jabberid);
Remarks
This method will inform the server of the cancellation of subscription to JabberId's presence. After a successful call the subscription type of the associated buddy list item will be updated.