C# Class SubServer.ChatRoom

Datei anzeigen 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_oe property

public string Category
return string

JID public_oe property

public agsXMPP.Jid JID
return agsXMPP.Jid

Name public_oe property

public string Name
return string

Subject public_oe property

public string Subject
return string

Type public_oe property

public string Type
return string