PHPDaemon\Clients\XMPP\XMPPRoster::setSubscription PHP Method

setSubscription() public method

public setSubscription ( string $jid, string $type, callable $cb = null )
$jid string
$type string
$cb callable
    public function setSubscription($jid, $type, $cb = null)
    {
        $this->rosterSet('<item jid="' . htmlspecialchars($jid) . '" subscription="' . htmlspecialchars($type) . '" />', $cb);
    }