C# 클래스 LiveCodingChat.Xmpp.Room

파일 보기 프로젝트 열기: jvbsl/LiveCodingChat 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

JoinRoom() 공개 메소드

public JoinRoom ( ) : void
리턴 void

QueryInfo() 공개 메소드

public QueryInfo ( ) : void
리턴 void

QueryList() 공개 메소드

public QueryList ( ) : void
리턴 void

Room() 공개 메소드

public Room ( string id, XmppTest xmpp ) : System
id string
xmpp XmppTest
리턴 System

SendMessage() 공개 메소드

public SendMessage ( string message ) : void
message string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string message, User user ) : void
message string
user User
리턴 void

SendPresence() 공개 메소드

public SendPresence ( ) : void
리턴 void

UserJoined() 공개 메소드

public UserJoined ( string id, User user ) : void
id string
user User
리턴 void

UserLeft() 공개 메소드

public UserLeft ( string id ) : void
id string
리턴 void