C# Class SubServer.MucService

Inheritance: BaseService
Mostra file Open project: SiteView/ECC8.13

Public Methods

Method Description
DestroyChatRoom ( string strJID ) : bool
FindChatRoom ( string strJID ) : ChatRoom
GetRooms ( ) : ChatRoom>.Dictionary
MucService ( ) : System
RegisterRoom ( string strJID ) : ChatRoom

Method Details

DestroyChatRoom() public method

public DestroyChatRoom ( string strJID ) : bool
strJID string
return bool

FindChatRoom() public method

public FindChatRoom ( string strJID ) : ChatRoom
strJID string
return ChatRoom

GetRooms() public method

public GetRooms ( ) : ChatRoom>.Dictionary
return ChatRoom>.Dictionary

MucService() public method

public MucService ( ) : System
return System

RegisterRoom() public method

public RegisterRoom ( string strJID ) : ChatRoom
strJID string
return ChatRoom