C# Class LiveCodingChat.Xmpp.Room

Datei anzeigen Open project: jvbsl/LiveCodingChat Class Usage Examples

Public Methods

Method Description
JoinRoom ( ) : void
QueryInfo ( ) : void
QueryList ( ) : void
Room ( string id, XmppTest xmpp ) : System
SendMessage ( string message ) : void
SendMessage ( string message, User user ) : void
SendPresence ( ) : void
UserJoined ( string id, User user ) : void
UserLeft ( string id ) : void

Method Details

JoinRoom() public method

public JoinRoom ( ) : void
return void

QueryInfo() public method

public QueryInfo ( ) : void
return void

QueryList() public method

public QueryList ( ) : void
return void

Room() public method

public Room ( string id, XmppTest xmpp ) : System
id string
xmpp XmppTest
return System

SendMessage() public method

public SendMessage ( string message ) : void
message string
return void

SendMessage() public method

public SendMessage ( string message, User user ) : void
message string
user User
return void

SendPresence() public method

public SendPresence ( ) : void
return void

UserJoined() public method

public UserJoined ( string id, User user ) : void
id string
user User
return void

UserLeft() public method

public UserLeft ( string id ) : void
id string
return void