C# Class SubServer.ChatRoom

Show file Open project: SiteView/ECC8.13

Public Properties

Property Type Description
Category string
JID agsXMPP.Jid
Name string
Subject string
Type string

Public Methods

Method Description
AddAdmin ( User admin ) : bool
AddFeature ( string strFeature ) : void
AddMember ( User member ) : bool
Enter ( User login ) : bool
Exit ( User logoff ) : bool
FindOnline ( string strJID ) : User
GetAdmin ( ) : List
GetFeatures ( ) : List
GetMember ( ) : List
GetOnlines ( ) : List
RemoveAdmin ( User admin ) : bool
RemoveFeature ( string strFeature ) : void
RemoveMember ( User member ) : bool

Method Details

AddAdmin() public method

public AddAdmin ( User admin ) : bool
admin User
return bool

AddFeature() public method

public AddFeature ( string strFeature ) : void
strFeature string
return void

AddMember() public method

public AddMember ( User member ) : bool
member User
return bool

Enter() public method

public Enter ( User login ) : bool
login User
return bool

Exit() public method

public Exit ( User logoff ) : bool
logoff User
return bool

FindOnline() public method

public FindOnline ( string strJID ) : User
strJID string
return User

GetAdmin() public method

public GetAdmin ( ) : List
return List

GetFeatures() public method

public GetFeatures ( ) : List
return List

GetMember() public method

public GetMember ( ) : List
return List

GetOnlines() public method

public GetOnlines ( ) : List
return List

RemoveAdmin() public method

public RemoveAdmin ( User admin ) : bool
admin User
return bool

RemoveFeature() public method

public RemoveFeature ( string strFeature ) : void
strFeature string
return void

RemoveMember() public method

public RemoveMember ( User member ) : bool
member User
return bool

Property Details

Category public property

public string Category
return string

JID public property

public agsXMPP.Jid JID
return agsXMPP.Jid

Name public property

public string Name
return string

Subject public property

public string Subject
return string

Type public property

public string Type
return string