Added in missing properties

This commit is contained in:
Luke Fitzgerald 2010-06-12 21:21:09 +01:00
parent 52cfc0866c
commit 4007bce9aa

View File

@ -108,6 +108,18 @@ class MSN {
// for YIM: 518 bytes
public $max_msn_message_len = 1664;
public $max_yahoo_message_len = 518;
// Begin added for StatusNet
private $aContactList = array();
private $switchBoardSessions = array();
/**
* Event Handler Functions
*/
private $myEventHandlers = array();
// End added for StatusNet
private function Array2SoapVar($Array,$ReturnSoapVarObj=true,$TypeName=null,$TypeNameSpace=null)
{