IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

SubscriptionRequest Event

This event fires when a subscription request is received.

Object Oriented Interface

public function fireSubscriptionRequest($param);

Procedural Interface

ipworks_xmpp_register_callback($res, 15, array($this, 'fireSubscriptionRequest'));

Parameter List


'from'
'domain'
'accept'

Remarks

This event fires whenever another XMPP entity requests a subscription to this entity's presence. The XMPP class will parse the requesting entity's Jabber ID into the From and Domain parameters. There is no need to know which resource sent the request, since all instances of the requesting entity's account have access to the same roster.

Accept will initially be false, but setting it to true will cause the XMPP class to allow the remote subscription. Otherwise, the XMPP class will actively deny the subscription request.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]