C# 클래스 LiveCodingChat.Xmpp.XmppTest

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

공개 메소드들

메소드 설명
Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
XmppTest ( Livecoding client ) : System

비공개 메소드들

메소드 설명
Join ( ) : void
KeepAliveTimer_Elapsed ( object sender, System e ) : void
Login ( string jid, string password ) : void
OpenStream ( ) : void
Ping ( ) : void
SendRessource ( ) : void
Socket_MessageReceived ( object sender, WebSocket4Net e ) : void
Socket_Opened ( object sender, EventArgs e ) : void
StartSession ( ) : void
XMPP_Close ( XmlElement node ) : void
XMPP_Features ( XmlElement node ) : void
XMPP_IQ ( XmlElement element ) : void
XMPP_Message ( XmlElement element ) : void
XMPP_Open ( XmlElement node ) : void
XMPP_Presence ( XmlElement element ) : void
XMPP_Success ( XmlElement node ) : void
getValue ( XmlNode val ) : string

메소드 상세

Send() 공개 메소드

public Send ( string xml, string type = null, string id = null, XMPPMessage del = null ) : void
xml string
type string
id string
del XMPPMessage
리턴 void

XmppTest() 공개 메소드

public XmppTest ( Livecoding client ) : System
client Livecoding
리턴 System