method __construct documentation in bbn\Api\Prosody
Class Contructor
function($host = 'fiduhub.dev', $port = '5280', $username = 'admin', $password = 'pass', $module = 'admin_rest')
{
$this->client = new Client(['http_errors' => false]);
$this->host = $host;
$this->port = $port;
$this->username = $username;
$this->password = $password;
$this->module = $module;
$this->params = array();
}
Class Contructor BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions