* printing option should now work if set to False
* ignore read errors git-svn-id: svn://netflint.net/xmpphp@13 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
2
xmpp.php
2
xmpp.php
@@ -30,7 +30,7 @@ class XMPP extends XMLStream {
|
||||
var $fulljid;
|
||||
|
||||
function XMPP($host, $port, $user, $password, $resource, $server=Null, $printlog=False, $loglevel=Null) {
|
||||
$this->XMLStream($host, $port, $loglevel, $loglevel);
|
||||
$this->XMLStream($host, $port, $printlog, $loglevel);
|
||||
$this->user = $user;
|
||||
$this->password = $password;
|
||||
$this->resource = $resource;
|
||||
|
Reference in New Issue
Block a user