forked from GNUsocial/gnu-social
Added in missing properties
This commit is contained in:
parent
52cfc0866c
commit
4007bce9aa
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user