BuddyUpdate Event
This event is fired whenever a roster entry is updated.
Object Oriented Interface
public function fireBuddyUpdate($param);
Procedural Interface
ipworks_xmpp_register_callback($res, 1, array($this, 'fireBuddyUpdate'));
Parameter List
'buddyidx'
Remarks
The BuddyUpdate event will fire whenever a new buddy list entry is added or an old entry is updated. The updated information can be retrieved through the Buddies properties property. The BuddyIdx parameter of this event will be the index of that xmppbuddy in the properties.